summaryrefslogtreecommitdiff
path: root/keyboards/lily58/lily58.h
diff options
context:
space:
mode:
authorLiashenko Volodymyr <LVladymyr@users.noreply.github.com>2022-03-10 22:21:55 +0200
committerGitHub <noreply@github.com>2022-03-10 12:21:55 -0800
commitfc7a41fdceaf2fe6a42497c25f4fcfc9597cf638 (patch)
tree556871d5270a449fe30b92fd889de9900d287c03 /keyboards/lily58/lily58.h
parent98da119293b7f231694119b51afc709b3d817ea2 (diff)
[Keyboard] lily58/glow_enc (#16101)
Add rgb-light and encoder for lily58 mod * add support for lily58 encoders (one per size) and rgb-light. The pcb and details here https://github.com/orvisevans/Lily58-Glow-Enc * add support for lily58 encoders (one per size) and rgb-light. The pcb and details here https://github.com/orvisevans/Lily58-Glow-Enc * Update keyboards/lily58/glowEnc/config.h * add GPL License to growEnc.h * rename folder according to requirement to lower case
Diffstat (limited to 'keyboards/lily58/lily58.h')
-rw-r--r--keyboards/lily58/lily58.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/lily58/lily58.h b/keyboards/lily58/lily58.h
index 4f6f262bbc..c082030032 100644
--- a/keyboards/lily58/lily58.h
+++ b/keyboards/lily58/lily58.h
@@ -4,4 +4,6 @@
#include "rev1.h"
#elif KEYBOARD_lily58_light
#include "light.h"
+#elif KEYBOARD_lily58_glow_enc
+ #include "glow_enc.h"
#endif