]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/planck/keymaps/dshields/rules.mk
Make `PREVENT_STUCK_MODIFIERS` the default (#3107)
[qmk_firmware.git] / keyboards / planck / keymaps / dshields / rules.mk
1 ifndef QUANTUM_DIR
2         include ../../../../Makefile
3 endif
4
5 MOUSEKEY_ENABLE  = yes # Mouse keys(+4700)
6 COMMAND_ENABLE   = no  # Commands for debug and configuration
7 CONSOLE_ENABLE   = no  # Console for debug(+400)
8 SLEEP_LED_ENABLE = no  # Breathing sleep LED during USB suspend
9 API_SYSEX_ENABLE = no
10
11 ifneq (,$(findstring planck/light,$(KEYBOARD)))
12     AUDIO_ENABLE      = yes
13     BACKLIGHT_ENABLE  = no
14     RGB_MATRIX_ENABLE = yes
15 else
16     AUDIO_ENABLE      = no
17     BACKLIGHT_ENABLE  = yes
18     RGB_MATRIX_ENABLE = no
19 endif