~ruther/qmk_firmware

ref: 0943d0a2a0fdd236bbee06fe0db6f872562c25c3 qmk_firmware/users/brandonschlack/rules.mk -rw-r--r-- 643 bytes
0943d0a2 — QMK Bot Merge remote-tracking branch 'origin/master' into develop 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
SRC += brandonschlack.c \
       process_records.c

SPACE_CADET_ENABLE = no

# Use LTO except for ChibiOS
ifneq ($(PLATFORM),CHIBIOS)
    LTO_ENABLE            = yes
endif

ifeq ($(strip $(IS_MACROPAD)), yes)
    OPT_DEFS += -DIS_MACROPAD
endif

ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
    SRC += rgb_bs.c
endif

RGB_MATRIX_ENABLE ?= no
ifneq ($(strip $(RGB_MATRIX_ENABLE)), no)
    SRC += rgb_bs.c
endif

ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
    SRC += tap_dances.c
endif

ifeq ($(strip $(FLASH_BOOTLOADER)), yes)
    OPT_DEFS += -DFLASH_BOOTLOADER
endif

ifneq ($(FORCE_LAYOUT),)
    OPT_DEFS += -DFORCE_LAYOUT=\"$(FORCE_LAYOUT)\"
endif
Do not follow this link