qmk-keychron-q3-colemak-dh/keyboards/feker/ik75/keymaps/vial/vial.json
Dicko 80b6695ffa
[Keyboard] Support for Feker ik75 (#271)
* feat: added ik75 still error

- quantum/vial_ensure_keycode.h:164:1: error: static assertion failed: ""
 _Static_assert(KC_LSPO == 0x5CD7, "");

* fix: add via settings

* fix: disable unused matrix for firmware size

- remove matrix that causes error

* feat: use home as default layout

* fix: rotary click is K4F should be 4,15 not 0,14

* refactor: disable some matrix to free some bytes
2022-10-29 10:58:38 -06:00

150 lines
3.4 KiB
JSON

{
"name": "Feker IK75",
"vendorId": "0xF2E7",
"productId": "0x1226",
"lighting": "vialrgb",
"matrix": {
"rows": 6,
"cols": 16
},
"layouts": {
"keymap": [
[
{ "y": 0.25 },
"0,0",
{ "x": 0.25 },
"0,1",
"0,2",
"0,3",
"0,4",
{ "x": 0.25 },
"0,5",
"0,6",
"0,7",
"0,8",
{ "x": 0.25 },
"0,9",
"0,10",
"0,11",
"0,12",
{ "x": 0.25 },
"0,13",
{ "x": 0.5 },
"4,15",
{ "x": 0.25 },
"0,0\n\n\n\n\n\n\n\n\ne",
"0,1\n\n\n\n\n\n\n\n\ne"
],
[
{ "y": 0.25 },
"1,0\n`",
"1,1\n1",
"1,2\n2",
"1,3\n3",
"1,4\n4",
"1,5\n5",
"1,6\n6",
"1,7\n7",
"1,8\n8",
"1,9\n9",
"1,10\n0",
"1,11\n-",
"1,12\n=",
{ "w": 2 },
"1,13",
{ "x": 0.5 },
"1,15"
],
[
{ "w": 1.5 },
"2,0",
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"2,6",
"2,7",
"2,8",
"2,9",
"2,10",
"2,11\n[",
"2,12\n]",
{ "w": 1.5 },
"2,13\n\\",
{ "x": 0.5 },
"2,15"
],
[
{ "w": 1.75 },
"3,0",
"3,1",
"3,2",
"3,3",
"3,4",
"3,5",
"3,6",
"3,7",
"3,8",
"3,9",
"3,10\n;",
"3,11\n'",
{ "w": 2.25 },
"3,13",
{ "x": 0.5 },
"3,14"
],
[
{ "w": 2.25 },
"4,0",
"4,2",
"4,3",
"4,4",
"4,5",
"4,6",
"4,7",
"4,8",
"4,9\n,",
"4,10\n.",
"4,11\n/",
{ "w": 1.75 },
"4,13",
{ "x": 1.5 },
"3,15"
],
[
{
"y": -0.75,
"x": 14.25
},
"4,14"
],
[
{
"y": -0.25,
"w": 1.25
},
"5,0",
{ "w": 1.25 },
"5,1",
{ "w": 1.25 },
"5,2",
{ "w": 6.25 },
"5,6",
"5,12",
"5,10",
"5,9"
],
[
{
"y": -0.75,
"x": 13.25
},
"5,13",
"5,14",
"5,15"
]
]
}
}