]> git.donarmstrong.com Git - qmk_firmware.git/blob - layouts/community/ortho_4x12/drashna/rules.mk
5e46cf112ea27ee2ea5ffac4510591fa806e76ac
[qmk_firmware.git] / layouts / community / ortho_4x12 / drashna / rules.mk
1 BOOTMAGIC_ENABLE  = no       # Virtual DIP switch configuration(+1000)
2 MOUSEKEY_ENABLE   = no       # Mouse keys(+4700)
3 EXTRAKEY_ENABLE   = yes       # Audio control and System control(+450)
4 CONSOLE_ENABLE    = no         # Console for debug(+400)
5 COMMAND_ENABLE    = no        # Commands for debug and configuration
6 TAP_DANCE_ENABLE  = no
7 AUDIO_ENABLE      = yes
8 ifeq (,$(findstring planck/rev6,$(KEYBOARD)))
9   RGBLIGHT_ENABLE   = yes
10   INDICATOR_LIGHTS  = yes
11   RGBLIGHT_TWINKLE  = yes
12 endif
13 ifneq (,$(findstring planck/light,$(KEYBOARD)))
14   RGB_MATRIX_ENABLE   = yes
15   RGBLIGHT_ENABLE     = no
16 endif
17
18 ifeq ($(strip $(PROTOCOL)), VUSB)
19 NKRO_ENABLE       = no
20 else
21 NKRO_ENABLE       = yes
22 endif
23
24
25 MACROS_ENABLED    = no
26