diff options
| author | Armand du Parc Locmaria <adpl33@gmail.com> | 2025-03-03 11:18:33 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-03 11:18:33 -0800 |
| commit | b2ee1612fadd7b413122ad2d07af7f9e0907a35e (patch) | |
| tree | 9adb9afe7e6d7190b12fbbc3e8529191ec663cd9 | |
| parent | cc09f171116ba09ef65a82edd96619e21b3420ca (diff) | |
Fix Lily58 Lite Rev3 reversed columns (#24968)
| -rw-r--r-- | keyboards/lily58/lite_rev3/keyboard.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lily58/lite_rev3/keyboard.json b/keyboards/lily58/lite_rev3/keyboard.json index 2073c0661e..ddb1f1877e 100644 --- a/keyboards/lily58/lite_rev3/keyboard.json +++ b/keyboards/lily58/lite_rev3/keyboard.json | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | } | 18 | } |
| 19 | }, | 19 | }, |
| 20 | "matrix_pins": { | 20 | "matrix_pins": { |
| 21 | "cols": ["GP8", "GP7", "GP6", "GP5", "GP4", "GP3"], | 21 | "cols": ["GP3", "GP4", "GP5", "GP6", "GP7", "GP8"], |
| 22 | "rows": ["GP13", "GP12", "GP11", "GP10", "GP9"] | 22 | "rows": ["GP13", "GP12", "GP11", "GP10", "GP9"] |
| 23 | }, | 23 | }, |
| 24 | "features": { | 24 | "features": { |
