diff options
author | Joel Challis <git@zvecr.com> | 2020-06-04 09:57:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-04 01:57:37 -0700 |
commit | 7b2c09de5944c20da97b720cc8219d46b6dba9eb (patch) | |
tree | 99be239cb082b9712a19961f72cf496e3c93a0f6 /keyboards/handwired/novem | |
parent | e571f53ae917e12982e87720025f5c5defe73abb (diff) |
Fix handwired/novem Configurator config (#9291)
Diffstat (limited to 'keyboards/handwired/novem')
-rw-r--r-- | keyboards/handwired/novem/info.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/handwired/novem/info.json b/keyboards/handwired/novem/info.json index df0b693201..6a18a5af21 100644 --- a/keyboards/handwired/novem/info.json +++ b/keyboards/handwired/novem/info.json @@ -10,8 +10,12 @@ {"label":"k00", "x":0, "y":0}, {"label":"k01", "x":1, "y":0}, {"label":"k02", "x":2, "y":0}, - {"label":"k10", "x":0, "y":1, "w":1.5}, - {"label":"k12", "x":1.5, "y":1, "w":1.5} + {"label":"k03", "x":0, "y":1}, + {"label":"k04", "x":1, "y":1}, + {"label":"k05", "x":2, "y":1}, + {"label":"k06", "x":0, "y":2}, + {"label":"k07", "x":1, "y":2}, + {"label":"k08", "x":2, "y":2} ] } } |