diff options
author | Ryan <fauxpark@gmail.com> | 2023-04-03 15:50:31 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 15:50:31 +1000 |
commit | 2d9140af53e4e5bbc5cd50a2b6f3eda20ed8f71e (patch) | |
tree | f3d0e760913e9334f25389c8afd60411d625a36f /keyboards/lily58/light | |
parent | 46844347c4f4b5f8b50ea22dd06c7555a86fc94b (diff) |
Fix a handful of CLI errors (#20321)
Diffstat (limited to 'keyboards/lily58/light')
-rw-r--r-- | keyboards/lily58/light/info.json | 7 | ||||
-rw-r--r-- | keyboards/lily58/light/rules.mk | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/keyboards/lily58/light/info.json b/keyboards/lily58/light/info.json index 0ab0bd68d2..fcbae26163 100644 --- a/keyboards/lily58/light/info.json +++ b/keyboards/lily58/light/info.json @@ -8,6 +8,12 @@ "pid": "0x4C4C", "device_version": "1.0.0" }, + "features": { + "bootmagic": true, + "encoder": true, + "oled": true, + "rgblight": true + }, "matrix_pins": { "cols": ["F6", "F7", "B1", "B3", "B2", "B6"], "rows": ["C6", "D7", "E6", "B4", "B5"] @@ -19,6 +25,7 @@ ] }, "split": { + "enabled": true, "soft_serial_pin": "D2", "encoder": { "right": { diff --git a/keyboards/lily58/light/rules.mk b/keyboards/lily58/light/rules.mk index d4957d98e4..4da205a168 100644 --- a/keyboards/lily58/light/rules.mk +++ b/keyboards/lily58/light/rules.mk @@ -1,3 +1 @@ -ENCODER_ENABLE = yes # ENables the use of one or more encoders -RGBLIGHT_ENABLE = yes # Enable keyboard RGB light -LTO_ENABLE = yes # significantly reduce the compiled size, but disable the legacy TMK Macros and Functions features +LTO_ENABLE = yes |