qmk-keychron-q3-colemak-dh/keyboards/xbows/numpad/keymaps/vial/vial.json
Blue Ye 74ad68eb7f
Add Vial support for 4 X-Bows keyboards (nature, knight, knight_plus, numpad) (#192)
* Cherry pick X-Bows VIA commit

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Shulin <mumu@x-bows.com>

* Port X-Bows nature to Vial

* Port X-Bows knight to Vial

* Port X-Bows knight plus to Vial

* Port X-Bows numpad to Vial

Co-authored-by: X-Bows Tech <41098278+XBowsTech@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Shulin <mumu@x-bows.com>
2022-07-05 18:57:23 -06:00

63 lines
834 B
JSON

{
"name": "Numpad",
"vendorId": "0x5842",
"productId": "0x4E75",
"lighting": "none",
"matrix": { "rows": 6, "cols": 4 },
"layouts": {
"keymap": [
[
{
"c": "#777777"
},
"0,0",
{
"c": "#cccccc"
},
"0,1",
"0,2",
"0,3"
],
[
{
"c": "#aaaaaa",
"y": 0.5
},
"1,0",
"1,1",
"1,2",
"1,3"
],
[
"2,0",
"2,1",
"2,2",
"2,3"
],
[
"3,0",
"3,1",
"3,2",
"3,3"
],
[
"4,0",
"4,1",
"4,2",
{
"h": 2
},
"4,3"
],
[
{
"w": 2
},
"5,0",
"5,2"
]
]
}
}