]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/lets_split/keymaps/bbaserdem_right/rules.mk
Merge branch 'master' of github.com:qmk/qmk_firmware into hf/shinydox
[qmk_firmware.git] / keyboards / lets_split / keymaps / bbaserdem_right / rules.mk
1 # Build options
2
3 BACKLIGHT_ENABLE = no           # Switch LEDs
4 MOUSEKEY_ENABLE = no            # Emulates mouse key using keypresses
5 RGBLIGHT_ENABLE = no            # LED strips
6 TAP_DANCE_ENABLE = no           # Use multi-tap features
7 AUDIO_ENABLE = no                       # Audio stuff
8 BLUETOOTH_ENABLE = no           # No bluetooth
9 COMMAND_ENABLE = no                     # Some bootmagic thing
10 BOOTMAGIC_ENABLE = no           # Access to EEPROM settings, not needed
11 CONSOLE_ENABLE = no                     # Allows console output with a command
12 SLEEP_LED_ENABLE = no           # Breathes LED's when computer is asleep. Untested.
13 NKRO_ENABLE = no                        # Default is 6KRO which is plenty
14 MIDI_ENABLE = no                        # Untested feature
15 FAUXCLICKY_ENABLE = no          # Emulates clicks using speaker
16 KEY_LOCK_ENABLE = no            # Allows locking any key. Not used
17 API_SYSEX_ENABLE = no           # Allows OS to send signals.
18 KEY_LOCK_ENABLE = no            # Allows locking any key. Not used
19 UNICODE_ENABLE = no                     # Used for unicode character emulation
20 EXTRAKEY_ENABLE = no            # OS signals like volume control
21
22 ifndef QUANTUM_DIR
23         include ../../../../Makefile
24 endif