]> git.donarmstrong.com Git - qmk_firmware.git/blob - layouts/community/ortho_5x12/drashna/rules.mk
[Keymap] Drashna's Feature madness (#6128)
[qmk_firmware.git] / layouts / community / ortho_5x12 / 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 ifneq (,$(findstring fractal,$(KEYBOARD))) # Make sure it IS the Planck Light
9   RGB_MATRIX_ENABLE   = no
10   AUDIO_ENABLE        = yes
11   RGBLIGHT_ENABLE     = yes
12   RGBLIGHT_TWINKLE    = yes
13   BOOTLOADER          = qmk-dfu
14 endif
15
16 ifeq ($(strip $(PROTOCOL)), VUSB)
17 NKRO_ENABLE       = no
18 else
19 NKRO_ENABLE       = yes
20 endif
21
22
23 MACROS_ENABLED    = no