summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_5x12/drashna/rules.mk
blob: c3b417f1bdb52a2e250dc94d144117a7e33a4b39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
BOOTMAGIC_ENABLE  = yes       # Enable Bootmagic Lite
MOUSEKEY_ENABLE   = no        # Mouse keys
EXTRAKEY_ENABLE   = yes       # Audio control and System control
CONSOLE_ENABLE    = no        # Console for debug
COMMAND_ENABLE    = no        # Commands for debug and configuration
TAP_DANCE_ENABLE  = no
NKRO_ENABLE       = yes

ifeq ($(strip $(KEYBOARD)), fractal)
    RGB_MATRIX_ENABLE           = no
    AUDIO_ENABLE                = yes
    AUDIO_SUPPORTED             = yes
    RGBLIGHT_SUPPORTED          = yes
    RGBLIGHT_ENABLE             = yes
    RGBLIGHT_STARTUP_ANIMATION  = no
    BOOTLOADER                  = qmk-dfu
    CUSTOM_UNICODE_ENABLE       = no
endif

ifeq ($(strip $(MCU)), atmega32u4)
    BOOTLOADER                  = qmk-dfu
    BOOTLOADER_SIZE             = 512
    LTO_ENABLE                  = yes
endif