| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "keyboard_name": "Drink Me",
- "url": "https://github.com/yatara-cc",
- "maintainer": "yatara-cc",
- "width": 4,
- "height": 1,
- "layouts": {
- "LAYOUT": {
- "key_count": 4,
- "layout": [
- {
- "label": "K0",
- "x": 0,
- "y": 0
- },
- {
- "label": "K1",
- "x": 1,
- "y": 0
- },
- {
- "label": "K2",
- "x": 2,
- "y": 0
- },
- {
- "label": "K3",
- "x": 3,
- "y": 0
- }
- ]
- }
- }
- }
|