[Keymap] add brandonschlack userspace and keymaps (#10411)
This commit is contained in:
parent
262a607334
commit
f12dcb0659
80 changed files with 5712 additions and 0 deletions
34
users/brandonschlack/rules.mk
Normal file
34
users/brandonschlack/rules.mk
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue