-
Notifications
You must be signed in to change notification settings - Fork 0
/
Discord_Nitro-Via.json
77 lines (77 loc) · 3.5 KB
/
Discord_Nitro-Via.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "Discord Nitro",
"vendorId": "0x6964",
"productId": "0x0267",
"lighting": {
"extends":"qmk_rgblight",
"supportedLightingValues": [
128,
129,
131
],
"underglowEffects": [
["00. None", 0],
["01. Solid Color", 1],
["02. Alphas Mods", 1],
["03. Gradient Up & Down", 1],
["04. Gradient Left & Right", 1],
["05. Breathing", 1],
["06. Saturation Band", 1],
["07. Brightness Band", 1],
["08. Saturation Pinwheel", 1],
["09. Brightness Pinwheel", 1],
["10. Saturation Spiral", 1],
["11. Brightness Spiral", 1],
["12. Cycle Solid Color", 1],
["13. Cycle Left to Right", 1],
["14. Cycle Top to Bottom", 1],
["15. Left to Right Chevron", 1],
["16. Rainbow Beacon", 1],
["17. Dual Rainbow Beacon", 1],
["18. Spinning Pinwheel", 1],
["19. Spinning Spiral", 1],
["20. Cycle Pinwheel", 1],
["21. Rainbow Pinwheel", 1],
["22. Dual Rainbow Pinwheel", 1],
["23. Raindrops", 1],
["24. Jellybean Raindrops", 1],
["25. Hue Breathing", 1],
["26. Hue Pendulum", 1],
["27. Hue Wave", 1],
["28. Reactive Simple", 1],
["30. Reactive Solid", 1],
["31. Reactive Wide", 1],
["32. Reactive Multi-wide", 1],
["33. Reactive Cross", 1],
["34. Reactive Multi-cross", 1],
["35. Reactive Nexus", 1],
["36. Reactive Multi-nexus", 1],
["37. Splash", 1],
["38. Multi-splash", 1],
["39. Solid Splash", 1],
["40. Solid Multi-Splash", 1]
]
},
"customKeycodes": [
{"name": "Mac MCon", "title": "macOS Mission Control", "shortName": "MCon"},
{"name": "Mac LPad", "title": "macOS Launchpad", "shortName": "LPad"},
{"name": "Toggle Per-key", "title": "RGB_TPK", "shortName": "RGB T/PK"},
{"name": "Toggle Under Glow", "title": "RGB_TUG", "shortName": "RGB T/UG"},
{"name": "·", "title": "{undefined}", "shortName": "·"},
{"name": "·", "title": "{undefined}", "shortName": "·"},
{"name": "·", "title": "{undefined}", "shortName": "·"},
{"name": "·", "title": "{undefined}", "shortName": "·"},
{"name": "·", "title": "{undefined}", "shortName": "·"},
{"name": "Version", "title": "Type Firmware Version", "shortName": "Ver?"}
],
"matrix":{ "rows": 5, "cols": 15 },
"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","0,11","0,12",{"c":"#aaaaaa","w":2},"0,13","0,14"],
[{"w":1.5},"1,0",{"c":"#cccccc"},"1,1","1,2","1,3","1,4","1,5","1,6","1,7","1,8","1,9","1,10","1,11","1,12",{"c":"#aaaaaa","w":1.5},"1,13","1,14"],
[{"w":1.75},"2,0",{"c":"#cccccc"},"2,1","2,2","2,3","2,4","2,5","2,6","2,7","2,8","2,9","2,10","2,11",{"c":"#777777","w":2.25},"2,13",{"c":"#aaaaaa"},"2,14"],
[{"w":2.25},"3,0",{"c":"#cccccc"},"3,2","3,3","3,4","3,5","3,6","3,7","3,8","3,9","3,10","3,11",{"c":"#aaaaaa","w":1.75},"3,12",{"c":"#777777"},"3,13",{"c":"#aaaaaa"},"3,14"],
[{"w":1.25},"4,0",{"w":1.25},"4,1",{"w":1.25},"4,3",{"w":6.25},"4,6","4,9","4,10","4,11",{"c":"#777777"},"4,12","4,13","4,14"]
]
}
}