forked from forks/qmk_firmware
26203401a1
* Keyboard: add treeadstone48 * rename layout defines * Use of pragma once * move common include code * fixed info.json * change keymap layout from kc to normal * fix alpha revision keymap * fixed info.json * remove USE_Link_Time_Optimization * Added Treadstone32 keyboard. * Fixed some code * Fixed some codes * Fixed config.h * modified review point * Fixed redundant include
176 lines
4.3 KiB
JSON
176 lines
4.3 KiB
JSON
{
|
|
"keyboard_name": "Treadstone32",
|
|
"url": "https://github.com/marksard/Keyboards",
|
|
"maintainer": "marksard",
|
|
"width": 10.5,
|
|
"height": 4,
|
|
"layouts": {
|
|
"LAYOUT": {
|
|
"layout": [
|
|
{
|
|
"label": "Q",
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
{
|
|
"label": "W",
|
|
"x": 1,
|
|
"y": 0
|
|
},
|
|
{
|
|
"label": "E",
|
|
"x": 2,
|
|
"y": 0
|
|
},
|
|
{
|
|
"label": "R",
|
|
"x": 3,
|
|
"y": 0
|
|
},
|
|
{
|
|
"label": "T",
|
|
"x": 4,
|
|
"y": 0
|
|
},
|
|
{
|
|
"label": "Y",
|
|
"x": 5.5,
|
|
"y": 0
|
|
},
|
|
{
|
|
"label": "U",
|
|
"x": 6.5,
|
|
"y": 0
|
|
},
|
|
{
|
|
"label": "I",
|
|
"x": 7.5,
|
|
"y": 0
|
|
},
|
|
{
|
|
"label": "O",
|
|
"x": 8.5,
|
|
"y": 0
|
|
},
|
|
{
|
|
"label": "P",
|
|
"x": 9.5,
|
|
"y": 0
|
|
},
|
|
{
|
|
"label": "A",
|
|
"x": 0.25,
|
|
"y": 1
|
|
},
|
|
{
|
|
"label": "S",
|
|
"x": 1.25,
|
|
"y": 1
|
|
},
|
|
{
|
|
"label": "D",
|
|
"x": 2.25,
|
|
"y": 1
|
|
},
|
|
{
|
|
"label": "F",
|
|
"x": 3.25,
|
|
"y": 1
|
|
},
|
|
{
|
|
"label": "G",
|
|
"x": 4.25,
|
|
"y": 1
|
|
},
|
|
{
|
|
"label": "H",
|
|
"x": 5.25,
|
|
"y": 1
|
|
},
|
|
{
|
|
"label": "J",
|
|
"x": 6.25,
|
|
"y": 1
|
|
},
|
|
{
|
|
"label": "K",
|
|
"x": 7.25,
|
|
"y": 1
|
|
},
|
|
{
|
|
"label": "L",
|
|
"x": 8.25,
|
|
"y": 1
|
|
},
|
|
{
|
|
"label": "enter",
|
|
"x": 9.25,
|
|
"y": 1
|
|
},
|
|
{
|
|
"label": "Z",
|
|
"x": 0,
|
|
"y": 2
|
|
},
|
|
{
|
|
"label": "X",
|
|
"x": 1,
|
|
"y": 2
|
|
},
|
|
{
|
|
"label": "C",
|
|
"x": 2,
|
|
"y": 2
|
|
},
|
|
{
|
|
"label": "V",
|
|
"x": 3,
|
|
"y": 2
|
|
},
|
|
{
|
|
"label": "B",
|
|
"x": 4,
|
|
"y": 2
|
|
},
|
|
{
|
|
"label": "N",
|
|
"x": 5.5,
|
|
"y": 2
|
|
},
|
|
{
|
|
"label": "M",
|
|
"x": 6.5,
|
|
"y": 2
|
|
},
|
|
{
|
|
"label": ",",
|
|
"x": 7.5,
|
|
"y": 2
|
|
},
|
|
{
|
|
"label": ".",
|
|
"x": 8.5,
|
|
"y": 2
|
|
},
|
|
{
|
|
"label": "/",
|
|
"x": 9.5,
|
|
"y": 2
|
|
},
|
|
{
|
|
"label": "backspace",
|
|
"x": 3.25,
|
|
"y": 3,
|
|
"w": 2
|
|
},
|
|
{
|
|
"label": "space",
|
|
"x": 5.25,
|
|
"y": 3,
|
|
"w": 2
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|