Skip to content

Commit bba9f28

Browse files
committed
Rename has_mod_tap to is_qmk
1 parent ca671b9 commit bba9f28

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

backend/src/layout/meta.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ pub struct Meta {
2020
pub has_brightness: bool,
2121
/// Has LED with color (i.e. not monochrome)
2222
pub has_color: bool,
23-
/// Supports mod-tap bindings (assumes QMK mod-tap encoding)
23+
/// Supports mod-tap and other QMK features
2424
#[serde(default)]
25-
pub has_mod_tap: bool,
25+
pub is_qmk: bool,
2626
#[serde(default)]
2727
/// Disable "Invert F Keys" option
2828
pub no_fn_f: bool,

layouts/system76/launch_1/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"num_layers": 4,
66
"has_brightness": true,
77
"has_color": true,
8-
"has_mod_tap": true,
8+
"is_qmk": true,
99
"no_fn_f": true,
1010
"pressed_color": "#202020",
1111
"keyboard": "system76/launch_1"

layouts/system76/launch_2/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"num_layers": 4,
66
"has_brightness": true,
77
"has_color": true,
8-
"has_mod_tap": true,
8+
"is_qmk": true,
99
"no_fn_f": true,
1010
"pressed_color": "#202020",
1111
"keyboard": "system76/launch_2"

layouts/system76/launch_lite_1/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"num_layers": 4,
66
"has_brightness": true,
77
"has_color": true,
8-
"has_mod_tap": true,
8+
"is_qmk": true,
99
"no_fn_f": true,
1010
"pressed_color": "#202020",
1111
"keyboard": "system76/launch_lite_1"

0 commit comments

Comments
 (0)