summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/dshields/rules.mk
blob: 033e3c9c4e62306bdcb085abbda3dcd90ad2fbb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
ifndef QUANTUM_DIR
	include ../../../../Makefile
endif

MOUSEKEY_ENABLE  = yes # Mouse keys(+4700)
COMMAND_ENABLE   = no  # Commands for debug and configuration
CONSOLE_ENABLE   = no  # Console for debug(+400)
EXTRAKEY_ENABLE  = no
SLEEP_LED_ENABLE = no  # Breathing sleep LED during USB suspend
API_SYSEX_ENABLE = no

ifneq (,$(findstring planck/light,$(KEYBOARD)))
    AUDIO_ENABLE      = yes
    BACKLIGHT_ENABLE  = no
    RGB_MATRIX_ENABLE = yes
else
    AUDIO_ENABLE      = no
    BACKLIGHT_ENABLE  = yes
    RGB_MATRIX_ENABLE = no
endif