b7fe24923e
* update for LTO and guard RGBLED_SPLIT * Revert "update for LTO and guard RGBLED_SPLIT" This reverts commitce81177cbe
. * Revert "Revert "update for LTO and guard RGBLED_SPLIT"" This reverts commit67da0ce9f3
. * update iris keymap for keymap_kc removal and overhaul userspace * add licenses * fix tap_dance error when rgblight is disabled and update/clean iris/sinc maps
10 lines
210 B
Makefile
10 lines
210 B
Makefile
SRC += sethBarberee.c
|
|
|
|
# Add in custom tap dances when tap dance is enabled
|
|
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
|
|
SRC += tap_dance.c
|
|
endif
|
|
|
|
ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
|
|
SRC += rgb_light.c
|
|
endif
|