Commit bb5add3 1 parent 0151b14 commit bb5add3 Copy full SHA for bb5add3
File tree 1 file changed +122
-0
lines changed
1 file changed +122
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " Skyloong qk21 V1" ,
3
+ "vendorId" : " 0x1EA7" ,
4
+ "productId" : " 0x6021" ,
5
+ "keycodes" : [" qmk_lighting" ],
6
+ "menus" : [
7
+ {
8
+ "label" : " Lighting" ,
9
+ "content" : [
10
+ {
11
+ "label" : " Backlight" ,
12
+ "content" : [
13
+ {
14
+ "label" : " Brightness" ,
15
+ "type" : " range" ,
16
+ "options" : [0 , 255 ],
17
+ "content" : [" id_qmk_rgb_matrix_brightness" , 3 , 1 ]
18
+ },
19
+ {
20
+ "label" : " Effect" ,
21
+ "type" : " dropdown" ,
22
+ "content" : [" id_qmk_rgb_matrix_effect" , 3 , 2 ],
23
+ "options" : [
24
+ " 0-All Off" ,
25
+ " 1-solid_color" ,
26
+ " 2-breathing" ,
27
+ " 3-cycle_all" ,
28
+ " 4-cycle_up_down" ,
29
+ " 5-cycle_pinwheel" ,
30
+ " 6-cycle_spiral" ,
31
+ " 7-rainbow_beacon" ,
32
+ " 8-rainbow_pinwheels" ,
33
+ " 9-raindrops" ,
34
+ " 10-jellybean_raindrops" ,
35
+ " 11-pixel_rain" ,
36
+ " 12-typing_heatmap" ,
37
+ " 13-solid_reactive_simple" ,
38
+ " 14-solid_reactive_cross" ,
39
+ " 15-splash"
40
+ ]
41
+ },
42
+ {
43
+ "showIf" : " {id_qmk_rgb_matrix_effect} != 0 && {id_qmk_rgb_matrix_effect} != 1" ,
44
+ "label" : " Effect Speed" ,
45
+ "type" : " range" ,
46
+ "options" : [0 , 255 ],
47
+ "content" : [" id_qmk_rgb_matrix_effect_speed" , 3 , 3 ]
48
+ },
49
+ {
50
+ "showIf" : " {id_qmk_rgb_matrix_effect} != 0 && {id_qmk_rgb_matrix_effect} != 9 && {id_qmk_rgb_matrix_effect} != 11" ,
51
+ "label" : " Color" ,
52
+ "type" : " color" ,
53
+ "content" : [" id_qmk_rgb_matrix_color" , 3 , 4 ]
54
+ }
55
+ ]
56
+ }
57
+ ]
58
+ }
59
+ ],
60
+ "matrix" : {"rows" : 6 , "cols" : 4 },
61
+ "layouts" : {
62
+ "keymap" : [
63
+ [
64
+ {
65
+ "c" :" #777777"
66
+ },
67
+ " 0,0\n ESC" ,
68
+ " 0,1" ,
69
+ {
70
+ "c" :" #aaaaaa"
71
+ },
72
+ " 0,2" ,
73
+ {
74
+ "c" :" #777777"
75
+ },
76
+ " 0,3"
77
+ ],
78
+ [
79
+ {
80
+ "c" :" #cccccc"
81
+ },
82
+ " 1,0" ,
83
+ " 1,1" ,
84
+ " 1,2" ,
85
+ " 1,3"
86
+ ],
87
+ [
88
+ " 2,0" ,
89
+ " 2,1" ,
90
+ " 2,2" ,
91
+ {
92
+ "h" : 2
93
+ },
94
+ " 3,3"
95
+ ],
96
+ [
97
+ " 3,0" ,
98
+ " 3,1" ,
99
+ " 3,2"
100
+ ],
101
+ [
102
+ " 4,0" ,
103
+ " 4,1" ,
104
+ " 4,2" ,
105
+ {
106
+ "c" :" #777777" ,
107
+ "h" : 2
108
+ },
109
+ " 5,3"
110
+ ],
111
+ [
112
+ {
113
+ "c" :" #cccccc" ,
114
+ "w" : 2
115
+ },
116
+ " 5,0" ,
117
+ " 5,2"
118
+ ]
119
+ ]
120
+ }
121
+ }
122
+
You can’t perform that action at this time.
0 commit comments