~ruther/qmk_firmware

ref: 3665ae04410c064a7ab8e9f8aa5f58b7105e16b8 qmk_firmware/layouts/community/ergodox/drashna/rules.mk -rw-r--r-- 537 bytes
3665ae04 — HorrorTroll [Keyboard] HorrorTroll Nyx (#21143) 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
BOOTMAGIC_ENABLE   = yes      # Enable Bootmagic Lite
TAP_DANCE_ENABLE   = no
COMMAND_ENABLE     = no  # Commands for debug and configuration
CONSOLE_ENABLE     = no

ifeq ($(strip $(KEYBOARD)), ergodox_ez)
    RGBLIGHT_ENABLE            = yes
    RGB_MATRIX_ENABLE          = yes
    INDICATOR_LIGHTS           = no
    RGBLIGHT_STARTUP_ANIMATION = yes
endif

UNICODE_ENABLE        = no
UNICDOEMAP_ENABLE     = no
CUSTOM_UNICODE_ENABLE = no

ifeq ($(strip $(KEYBOARD)), hotdox76v2)
    OLED_ENABLE = no
    RGB_MATRIX_ENABLE = no
endif
Do not follow this link