mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
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
|