|
|
@ -29,14 +29,13 @@ behaviors { |
|
|
|
#binding-cells = <0>; |
|
|
|
#binding-cells = <0>; |
|
|
|
bindings = <&kp ESC>, <&kp GRAVE>; |
|
|
|
bindings = <&kp ESC>, <&kp GRAVE>; |
|
|
|
mods = <(MOD_LGUI|MOD_LSFT|MOD_RGUI|MOD_RSFT)>; |
|
|
|
mods = <(MOD_LGUI|MOD_LSFT|MOD_RGUI|MOD_RSFT)>; |
|
|
|
} |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
keymap { |
|
|
|
keymap { |
|
|
|
... |
|
|
|
... |
|
|
|
} |
|
|
|
}; |
|
|
|
} |
|
|
|
}; |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
Note that this specific mod-morph exists in ZMK by default using code `&gresc`. |
|
|
|
Note that this specific mod-morph exists in ZMK by default using code `&gresc`. |
|
|
|