forked from mirrors/qmk_userspace
[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
This commit is contained in:
parent
98da119293
commit
fc7a41fdce
6 changed files with 163 additions and 0 deletions
|
@ -4,4 +4,6 @@
|
|||
#include "rev1.h"
|
||||
#elif KEYBOARD_lily58_light
|
||||
#include "light.h"
|
||||
#elif KEYBOARD_lily58_glow_enc
|
||||
#include "glow_enc.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue