| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "keyboard_name": "cKeys Handwire 101",
- "url": "https://ckeys.org/slides/handwire/",
- "maintainer": "brandenbyers",
- "width": 4,
- "height": 4,
- "layout_aliases": {
- "LAYOUT": "LAYOUT_ortho_4x4"
- },
- "layouts": {
- "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}
- ]
- }
- }
- }
|