qmk-keychron-q3-colemak-dh/keyboards/doio/kb30/keymaps/vial/vial.json
Christopher Kochan 277b47da98
Add support for DOIO KB30-01 (#526)
* Lower OLED timeout to 1 minute

* Fix direction of the large encoder knob

* Support for DOIO KB30-01

* Reduce firmware size

* Revert changes to base files

* Override base OLED timeout

* Move encoder map enable to rules.mk

* Pin swap encoder 3 in vial.

Large encoder otherwise acts reverse of how it is defined in the keymap.c file and the Vial configurator.
2023-09-02 21:42:51 -06:00

102 lines
1.4 KiB
JSON

{
"name": "KB30-01",
"vendorId": "0xD010",
"productId": "0x3001",
"lighting": "vialrgb",
"matrix": {
"rows": 6,
"cols": 7
},
"layouts": {
"keymap": [
[
"0,0",
"0,1",
"0,2",
"0,3",
{
"x": 0.25
},
"0,4",
"0,5",
"0,6"
],
[
"1,0",
"1,1",
"1,2",
{
"h": 2
},
"1,3",
{
"x": 0.25
},
"1,4",
"1,5",
"1,6",
{
"x": 0.5
},
"0,0\n\n\n\n\n\n\n\n\ne",
"0,1\n\n\n\n\n\n\n\n\ne",
{
"x": 0.75
},
"1,0\n\n\n\n\n\n\n\n\ne",
"1,1\n\n\n\n\n\n\n\n\ne"
],
[
"2,0",
"2,1",
"2,2",
{
"x": 1.25
},
"2,3",
"2,4",
"2,5",
{
"x": 1
},
"5,4",
{
"x": 1.75
},
"5,5"
],
[
"3,0",
"3,1",
"3,2",
{
"h": 2
},
"3,3",
{
"x": 1.25
},
"3,5"
],
[
{
"w": 2
},
"4,0",
"4,1",
{
"x": 1.25
},
"4,2",
"4,3",
"4,4",
{
"x": 1.75
},
"2,0\n\n\n\n\n\n\n\n\ne",
"2,1\n\n\n\n\n\n\n\n\ne"
]
]
}
}