]> git.donarmstrong.com Git - qmk_firmware.git/blob - layouts/community/ortho_4x12/drashna/rules.mk
351201e2f0f2b1da80fd38e8b3d9799ac92486cd
[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 SPACE_CADET_ENABLE = no
9
10 ifeq (,$(findstring planck/rev6,$(KEYBOARD))) # Make sure it's NOT the Planck Rev6
11     RGBLIGHT_ENABLE             = yes
12     INDICATOR_LIGHTS            = yes
13     RGBLIGHT_TWINKLE            = yes
14     RGBLIGHT_STARTUP_ANIMATION  = yes
15 endif
16 ifneq (,$(findstring planck/light,$(KEYBOARD))) # Make sure it IS the Planck Light
17     RGB_MATRIX_ENABLE           = yes
18     RGBLIGHT_ENABLE             = no
19     RGBLIGHT_STARTUP_ANIMATION  = no
20 endif
21 ifneq (,$(findstring planck/ez,$(KEYBOARD))) # Make sure it IS the Planck Light
22     RGBLIGHT_ENABLE = no
23     # SERIAL_LINK_ENABLE = yes
24     ENCODER_ENABLE = no
25     RGB_MATRIX_ENABLE = IS31FL3737
26     INDICATOR_LIGHTS            = yes
27     RGBLIGHT_TWINKLE            = yes
28     RGBLIGHT_STARTUP_ANIMATION  = yes
29 endif
30
31 ifeq ($(strip $(PROTOCOL)), VUSB)
32 NKRO_ENABLE       = no
33 else
34 NKRO_ENABLE       = yes
35 endif
36
37
38 MACROS_ENABLED    = no