]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/lets_split/keymaps/xk/rules.mk
Remove all Makefiles from the keyboards directory. (#1660)
[qmk_firmware.git] / keyboards / lets_split / keymaps / xk / rules.mk
1 MOUSEKEY_ENABLE = yes       # Mouse keys(+4700)
2 EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
3 NKRO_ENABLE = no           # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
4 USE_I2C = yes
5 TAP_DANCE_ENABLE = yes
6
7 CONSOLE_ENABLE = no         # Console for debug(+400)
8 COMMAND_ENABLE = no         # Commands for debug and configuration
9 BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
10 MIDI_ENABLE = no            # MIDI controls
11 AUDIO_ENABLE = no           # Audio output on port C6
12 UNICODE_ENABLE = yes         # Unicode
13 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
14 RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  Do not enable this with audio at the same time.
15 BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
16
17 ifndef QUANTUM_DIR
18         include ../../../../Makefile
19 endif