File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ pub struct Meta {
20
20
pub has_brightness : bool ,
21
21
/// Has LED with color (i.e. not monochrome)
22
22
pub has_color : bool ,
23
- /// Supports mod-tap bindings (assumes QMK mod-tap encoding)
23
+ /// Supports mod-tap and other QMK features
24
24
#[ serde( default ) ]
25
- pub has_mod_tap : bool ,
25
+ pub is_qmk : bool ,
26
26
#[ serde( default ) ]
27
27
/// Disable "Invert F Keys" option
28
28
pub no_fn_f : bool ,
Original file line number Diff line number Diff line change 5
5
"num_layers" : 4 ,
6
6
"has_brightness" : true ,
7
7
"has_color" : true ,
8
- "has_mod_tap " : true ,
8
+ "is_qmk " : true ,
9
9
"no_fn_f" : true ,
10
10
"pressed_color" : " #202020" ,
11
11
"keyboard" : " system76/launch_1"
Original file line number Diff line number Diff line change 5
5
"num_layers" : 4 ,
6
6
"has_brightness" : true ,
7
7
"has_color" : true ,
8
- "has_mod_tap " : true ,
8
+ "is_qmk " : true ,
9
9
"no_fn_f" : true ,
10
10
"pressed_color" : " #202020" ,
11
11
"keyboard" : " system76/launch_2"
Original file line number Diff line number Diff line change 5
5
"num_layers" : 4 ,
6
6
"has_brightness" : true ,
7
7
"has_color" : true ,
8
- "has_mod_tap " : true ,
8
+ "is_qmk " : true ,
9
9
"no_fn_f" : true ,
10
10
"pressed_color" : " #202020" ,
11
11
"keyboard" : " system76/launch_lite_1"
You can’t perform that action at this time.
0 commit comments