]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/narze/rules.mk
[Keyboard] New CannonKeys boards and EEPROM fixes (#6968)
[qmk_firmware.git] / keyboards / planck / keymaps / narze / rules.mk
1
2
3 BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
4 EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
5 CONSOLE_ENABLE = no         # Console for debug(+400)
6 COMMAND_ENABLE = yes        # Commands for debug and configuration
7 NKRO_ENABLE = yes           # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
8 BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality
9 UNICODE_ENABLE = no         # Unicode
10 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
11 RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.
12 AUDIO_ENABLE = yes
13
14 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
15 SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
16
17 COMBO_ENABLE = yes
18
19 ifeq ($(strip $(KEYBOARD)), planck/rev4)
20     MOUSEKEY_ENABLE = no        # Mouse keys(+4700)
21     MIDI_ENABLE = no
22 else
23     MOUSEKEY_ENABLE = yes
24     MIDI_ENABLE = yes
25 endif