diff options
author | Liashenko Volodymyr <LVladymyr@users.noreply.github.com> | 2022-03-10 22:21:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 12:21:55 -0800 |
commit | fc7a41fdceaf2fe6a42497c25f4fcfc9597cf638 (patch) | |
tree | 556871d5270a449fe30b92fd889de9900d287c03 /keyboards/lily58/glow_enc/glow_enc.c | |
parent | 98da119293b7f231694119b51afc709b3d817ea2 (diff) | |
download | qmk_firmware-fc7a41fdceaf2fe6a42497c25f4fcfc9597cf638.tar.gz qmk_firmware-fc7a41fdceaf2fe6a42497c25f4fcfc9597cf638.zip |
[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/glow_enc/glow_enc.c')
-rw-r--r-- | keyboards/lily58/glow_enc/glow_enc.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/lily58/glow_enc/glow_enc.c b/keyboards/lily58/glow_enc/glow_enc.c new file mode 100644 index 0000000000..57a0df93db --- /dev/null +++ b/keyboards/lily58/glow_enc/glow_enc.c @@ -0,0 +1,16 @@ +/* +Copyright 2020 Ben Roesner (keycapsss.com) +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + +#include "lily58.h" + |