qmk_firmware/keyboards/framework/kle/via_numpad_design.json
Daniel Schaefer b0f7bd8c1b fl16: Add lighting keycodes to via design JSON
Signed-off-by: Daniel Schaefer <dhs@frame.work>
2023-07-11 01:43:12 +08:00

129 lines
1.9 KiB
JSON

{
"name": "Framework Laptop 16 Numpad",
"vendorId": "0x32AC",
"productId": "0x0014",
"matrix": {"rows": 4, "cols": 8},
"keycodes": ["qmk_lighting"],
"menus": ["qmk_backlight"],
"layouts": {
"keymap": [
[
{
"h": 0.75
},
"2,1",
{
"x": 0.25,
"h": 0.75
},
"2,2",
{
"x": 0.25,
"h": 0.75
},
"3,4",
{
"x": 0.25,
"h": 0.75
},
"2,4"
],
[
{
"h": 1.25
},
"0,0",
{
"x": 0.25,
"h": 1.25
},
"0,4",
{
"x": 0.25,
"h": 1.25
},
"1,1",
{
"x": 0.25,
"h": 1.25
},
"1,6"
],
[
{
"y": 0.5,
"h": 1.25
},
"0,1",
{
"x": 0.25,
"h": 1.25
},
"0,5",
{
"x": 0.25,
"h": 1.25
},
"1,2",
{
"x": 0.25,
"h": 2.75
},
"1,7"
],
[
{
"y": 0.5,
"h": 1.25
},
"0,2",
{
"x": 0.25,
"h": 1.25
},
"0,6",
{
"x": 0.25,
"h": 1.25
},
"1,3"
],
[
{
"y": 0.5,
"h": 1.25
},
"0,3",
{
"x": 0.25,
"h": 1.25
},
"0,7",
{
"x": 0.25,
"h": 1.25
},
"1,4",
{
"x": 0.25,
"h": 2.75
},
"2,0"
],
[
{
"y": 0.5,
"w": 2.25,
"h": 1.25
},
"1,0",
{
"x": 0.25,
"h": 1.25
},
"1,5"
]
]
}
}