forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Keyboard] Kyria Configurator Fixes (qmk#7719)
* Fix key object order info.json: Reorder the key objects into the order required by kyria.h * linting info.json: fix indent depth and trailing whitespaces * Minimize visual footprint info.json: Subtract 0.25 from each Y value to minimize the keyboard dimensions when rendered
- Loading branch information
1 parent
a14339e
commit c32d085
Showing
1 changed file
with
61 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,63 @@ | ||
{ | ||
"keyboard_name": "Kyria", | ||
"url": "https://splitkb.com", | ||
"maintainer": "splitkb.com", | ||
"width": 16.5, | ||
"height": 5.5, | ||
"layouts": { | ||
"LAYOUT": { | ||
"layout": [ | ||
{"x":3, "y":0.25}, {"x":12.5, "y":0.25}, {"x":2, "y":0.5}, {"x":4, "y":0.5}, {"x":11.5, "y":0.5}, | ||
{"x":13.5, "y":0.5}, {"x":5, "y":0.75}, {"x":10.5, "y":0.75}, {"x":0, "y":1}, {"x":1, "y":1}, | ||
{"x":14.5, "y":1}, {"x":15.5, "y":1}, {"x":3, "y":1.25}, {"x":12.5, "y":1.25}, {"x":2, "y":1.5}, | ||
{"x":4, "y":1.5}, {"x":11.5, "y":1.5}, {"x":13.5, "y":1.5}, {"x":5, "y":1.75}, {"x":10.5, "y":1.75}, | ||
{"x":0, "y":2}, {"x":1, "y":2}, {"x":14.5, "y":2}, {"x":15.5, "y":2}, {"x":3, "y":2.25}, | ||
{"x":12.5, "y":2.25}, {"x":2, "y":2.5}, {"x":4, "y":2.5}, {"x":11.5, "y":2.5}, {"x":13.5, "y":2.5}, | ||
{"x":5, "y":2.75}, {"x":10.5, "y":2.75}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":14.5, "y":3}, | ||
{"x":15.5, "y":3}, {"x":6, "y":3.25}, {"x":9.5, "y":3.25}, {"x":2.5, "y":3.5}, {"x":3.5, "y":3.5}, | ||
{"x":7, "y":3.5}, {"x":8.5, "y":3.5}, {"x":12, "y":3.5}, {"x":13, "y":3.5}, {"x":4.5, "y":3.75}, | ||
{"x":11, "y":3.75}, {"x":5.5, "y":4.25}, {"x":10, "y":4.25}, {"x":6.5, "y":4.5}, {"x":9, "y":4.5} | ||
] | ||
} | ||
"keyboard_name": "Kyria", | ||
"url": "https://splitkb.com", | ||
"maintainer": "splitkb.com", | ||
"width": 16.5, | ||
"height": 5.25, | ||
"layouts": { | ||
"LAYOUT": { | ||
"layout": [ | ||
{"x":0, "y":0.75}, | ||
{"x":1, "y":0.75}, | ||
{"x":2, "y":0.25}, | ||
{"x":3, "y":0}, | ||
{"x":4, "y":0.25}, | ||
{"x":5, "y":0.5}, | ||
{"x":10.5, "y":0.5}, | ||
{"x":11.5, "y":0.25}, | ||
{"x":12.5, "y":0}, | ||
{"x":13.5, "y":0.25}, | ||
{"x":14.5, "y":0.75}, | ||
{"x":15.5, "y":0.75}, | ||
{"x":0, "y":1.75}, | ||
{"x":1, "y":1.75}, | ||
{"x":2, "y":1.25}, | ||
{"x":3, "y":1}, | ||
{"x":4, "y":1.25}, | ||
{"x":5, "y":1.5}, | ||
{"x":10.5, "y":1.5}, | ||
{"x":11.5, "y":1.25}, | ||
{"x":12.5, "y":1}, | ||
{"x":13.5, "y":1.25}, | ||
{"x":14.5, "y":1.75}, | ||
{"x":15.5, "y":1.75}, | ||
{"x":0, "y":2.75}, | ||
{"x":1, "y":2.75}, | ||
{"x":2, "y":2.25}, | ||
{"x":3, "y":2}, | ||
{"x":4, "y":2.25}, | ||
{"x":5, "y":2.5}, | ||
{"x":6, "y":3}, | ||
{"x":7, "y":3.25}, | ||
{"x":8.5, "y":3.25}, | ||
{"x":9.5, "y":3}, | ||
{"x":10.5, "y":2.5}, | ||
{"x":11.5, "y":2.25}, | ||
{"x":12.5, "y":2}, | ||
{"x":13.5, "y":2.25}, | ||
{"x":14.5, "y":2.75}, | ||
{"x":15.5, "y":2.75}, | ||
{"x":2.5, "y":3.25}, | ||
{"x":3.5, "y":3.25}, | ||
{"x":4.5, "y":3.5}, | ||
{"x":5.5, "y":4}, | ||
{"x":6.5, "y":4.25}, | ||
{"x":9, "y":4.25}, | ||
{"x":10, "y":4}, | ||
{"x":11, "y":3.5}, | ||
{"x":12, "y":3.25}, | ||
{"x":13, "y":3.25} | ||
] | ||
} | ||
} | ||
} | ||
} |