9a4db7a860
* Initial commit of zen keymap * Added RGB control for my zen * Fixed ergodox layout. * Reduce brightness. * PR feedback.
5 lines
79 B
Makefile
5 lines
79 B
Makefile
SRC += 333fred.c
|
|
|
|
ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
|
|
SRC += rgb.c
|
|
endif
|