Keymap: Adds zen layout for 333fred (#3563)

* Initial commit of zen keymap

* Added RGB control for my zen

* Fixed ergodox layout.

* Reduce brightness.

* PR feedback.
This commit is contained in:
Fred Silberberg
2018-08-05 08:42:16 -07:00
committed by Drashna Jaelre
parent a6e1cb08c6
commit 9a4db7a860
15 changed files with 243 additions and 38 deletions

View File

@@ -1,2 +1,5 @@
SRC += 333fred.c
ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
SRC += rgb.c
endif