* Add Smallcat * Add support for led * Do not use alt repeat * Add another layer for led * A bit of clean up * Update keyboard.json * Update keymap by making rgb non mandatory * Clean up * Fix inconsistencies * Add default keymap
144 lines
1.9 KiB
JSON
144 lines
1.9 KiB
JSON
{
|
|
"name": "smallcat",
|
|
"firmwareVersion": 0,
|
|
"keycodes": [
|
|
"via/keycodes"
|
|
],
|
|
"menus": [
|
|
"via/keymap",
|
|
"via/layouts",
|
|
"via/macros",
|
|
"via/save_load"
|
|
],
|
|
"matrix": {
|
|
"rows": 8,
|
|
"cols": 5
|
|
},
|
|
"layouts": {
|
|
"keymap": [
|
|
[
|
|
{
|
|
"x": 2
|
|
},
|
|
"0,2",
|
|
{
|
|
"x": 5.25
|
|
},
|
|
"4,2"
|
|
],
|
|
[
|
|
{
|
|
"y": -0.75,
|
|
"x": 1
|
|
},
|
|
"0,1",
|
|
{
|
|
"x": 1
|
|
},
|
|
"0,3",
|
|
{
|
|
"x": 3.25
|
|
},
|
|
"4,1",
|
|
{
|
|
"x": 1
|
|
},
|
|
"4,3"
|
|
],
|
|
[
|
|
{
|
|
"y": -0.25,
|
|
"x": 2
|
|
},
|
|
"1,2",
|
|
{
|
|
"x": 5.25
|
|
},
|
|
"5,2"
|
|
],
|
|
[
|
|
{
|
|
"y": -0.75,
|
|
"x": 1
|
|
},
|
|
"1,1",
|
|
{
|
|
"x": 1
|
|
},
|
|
"1,3",
|
|
"1,4",
|
|
{
|
|
"x": 1.25
|
|
},
|
|
"5,0",
|
|
"5,1",
|
|
{
|
|
"x": 1
|
|
},
|
|
"5,3"
|
|
],
|
|
[
|
|
{
|
|
"y": -0.5
|
|
},
|
|
"1,0",
|
|
{
|
|
"x": 9.25
|
|
},
|
|
"5,4"
|
|
],
|
|
[
|
|
{
|
|
"y": -0.75,
|
|
"x": 2
|
|
},
|
|
"2,2",
|
|
{
|
|
"x": 5.25
|
|
},
|
|
"6,2"
|
|
],
|
|
[
|
|
{
|
|
"y": -0.75,
|
|
"x": 1
|
|
},
|
|
"2,1",
|
|
{
|
|
"x": 1
|
|
},
|
|
"2,3",
|
|
{
|
|
"x": 3.25
|
|
},
|
|
"6,1",
|
|
{
|
|
"x": 1
|
|
},
|
|
"6,3"
|
|
],
|
|
[
|
|
{
|
|
"y": 0.25,
|
|
"x": 3.5
|
|
},
|
|
"3,0",
|
|
{
|
|
"x": 2.25
|
|
},
|
|
"7,1"
|
|
],
|
|
[
|
|
{
|
|
"y": -0.75,
|
|
"x": 4.5
|
|
},
|
|
"3,1",
|
|
{
|
|
"x": 0.25
|
|
},
|
|
"7,0"
|
|
]
|
|
]
|
|
}
|
|
}
|