]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/atreus/keymaps/xk/rules.mk
2e76f9da5dd832290fe70b049bcbe33f90af8387
[qmk_firmware.git] / keyboards / atreus / 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 TAP_DANCE_ENABLE = yes
5
6 CONSOLE_ENABLE = no         # Console for debug(+400)
7 COMMAND_ENABLE = no         # Commands for debug and configuration
8 BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
9 MIDI_ENABLE = no            # MIDI controls
10 AUDIO_ENABLE = no           # Audio output on port C6
11 UNICODE_ENABLE = yes        # Unicode
12 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
13 RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight. 
14 BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
15
16 ifndef QUANTUM_DIR
17         include ../../../../Makefile
18 endif