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