forked from solartempest/ps17
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ps17 VIA keymap.json
51 lines (51 loc) · 1.21 KB
/
ps17 VIA keymap.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "PS17" ,
"vendorId": "0x414B",
"productId": "0x0015",
"lighting": "qmk_rgblight",
"matrix": { "rows": 6, "cols": 4 },
"customKeycodes": [
{
"name": "Super Alt Tab FWD",
"title": "Alt Tab Forwards in Windows",
"shortName": "ATABF"
},
{
"name": "Super Alt Tab REV",
"title": "Alt Tab Reverse in Windows",
"shortName": "ATABR"
},
{
"name": "Move Window Right",
"title": "Move Window Right in Windows",
"shortName": "MWR"
},
{
"name": "Move Window Left",
"title": "Move Window Left in Windows",
"shortName": "MWL"
},
{
"name": "Spam Arrow",
"title": "Toggle F24 on interval timer with Orange LED",
"shortName": "SA"
},
{
"name": "Teams Muted",
"title": "Simply Change LED of 1 to show if muted or not",
"shortName": "TM"
}
],
"layouts":
{
"keymap":
[
[{"w": 1, "h":1.5},"0,0", "0,1", {"w": 1, "h":1.5},"0,2"],
[{"y":0.75}, "1,0", "1,1", "1,2", "1,3"],
[ "2,0", "2,1", "2,2", {"h":2},"2,3"],
[ "3,0","3,1","3,2"],
[ "4,0", "4,1", "4,2", {"h":2},"4,3"],
[{"w": 2},"5,0", "5,2"]
]
}
}