&mo EXTRA
This commit is contained in:
parent
c02f3fc715
commit
844bd49b33
1 changed files with 13 additions and 12 deletions
|
|
@ -112,14 +112,14 @@ SPDX-License-Identifier: MIT
|
||||||
//}}}
|
//}}}
|
||||||
// ### keymap {{{
|
// ### keymap {{{
|
||||||
/ {
|
/ {
|
||||||
conditional_layers {
|
// conditional_layers {
|
||||||
compatible = "zmk,conditional-layers";
|
// compatible = "zmk,conditional-layers";
|
||||||
|
//
|
||||||
tri_layer {
|
// tri_layer {
|
||||||
if-layers = <NONE_LOCK_LAYER LOCK_LAYER>;
|
// if-layers = <NONE_LOCK_LAYER LOCK_LAYER>;
|
||||||
then-layer = <EXTRA>;
|
// then-layer = <EXTRA>;
|
||||||
};
|
// };
|
||||||
};
|
// };
|
||||||
|
|
||||||
keymap {
|
keymap {
|
||||||
compatible = "zmk,keymap";
|
compatible = "zmk,keymap";
|
||||||
|
|
@ -273,9 +273,10 @@ SPDX-License-Identifier: MIT
|
||||||
// other keys, allowing the keyboard to be transported without spurious key presses.
|
// other keys, allowing the keyboard to be transported without spurious key presses.
|
||||||
// If https://github.com/zmkfirmware/zmk/issues/405 is implemented, this layer can be
|
// If https://github.com/zmkfirmware/zmk/issues/405 is implemented, this layer can be
|
||||||
// replaced by a native behavior in the future.
|
// replaced by a native behavior in the future.
|
||||||
|
// &mo NONE_LOCK_LAYER &mo LOCK_LAYER
|
||||||
none_lock_layer {
|
none_lock_layer {
|
||||||
bindings = <
|
bindings = <
|
||||||
&mo NONE_LOCK_LAYER &mo LOCK_LAYER &none &none &none &none &none &none &none &none &none &none
|
&mo EXTRA &none &none &none &none &none &none &none &none &none &none &none
|
||||||
&none &none &none &none &none &none &none &none &none &none &none &none
|
&none &none &none &none &none &none &none &none &none &none &none &none
|
||||||
&none &none &none &none &none &none &none &none &none &none &none &none
|
&none &none &none &none &none &none &none &none &none &none &none &none
|
||||||
&none &none &none &none &none &none
|
&none &none &none &none &none &none
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue