Refactor Chocopad to support LAYOUT_ortho_4x4 macro (#3106)

* Refactor for Chocopad

* Configurator update

* Chocopad refactor for LAYOUT_ortho_4x4

* info.json update
This commit is contained in:
noroadsleft
2018-06-02 09:15:52 -07:00
committed by Drashna Jaelre
parent 82500842f6
commit 692a77c2dd
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"width": 4,
"height": 4,
"layouts": {
"LAYOUT": {
"LAYOUT_ortho_4x4": {
"layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2}, {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3}]
}
}