qmk-keychron-q3-colemak-dh/keyboards/inland/mk47/keymaps/vial/vial.json
usrfriendly 50f87deb26
Porting Inland mk47 from Via (#602)
Via-based port of Inland MK47 from MicroCenter

lesshonor's corrections

Removing lesshonor's suggested entries related to VIA 3.

Modified PR 602

Incorporating vial-qmk suggestions from  adophoxia and lesshonor
2023-11-21 21:45:13 -06:00

97 lines
1.5 KiB
JSON

{
"lighting": "vialrgb",
"matrix": { "rows": 4, "cols": 12 },
"layouts": {
"keymap":[
[
{
"c": "#777777"
},
"0,0",
{
"c": "#cccccc"
},
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
"0,7",
"0,8",
"0,9",
"0,10",
{
"c": "#aaaaaa"
},
"0,11"
],
[
"1,0",
{
"c": "#cccccc"
},
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
"1,6",
"1,7",
"1,8",
"1,9",
"1,10",
{
"c": "#777777"
},
"1,11"
],
[
{
"c": "#aaaaaa"
},
"2,0",
{
"c": "#cccccc"
},
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"2,6",
"2,7",
"2,8",
"2,9",
{
"c": "#777777"
},
"2,10",
{
"c": "#aaaaaa"
},
"2,11"
],
[
"3,0",
"3,1",
"3,2",
"3,3",
"3,4",
{
"w": 2
},
"3,5",
"3,7",
"3,8",
{
"c": "#777777"
},
"3,9",
"3,10",
"3,11"
]
]
}
}