forked from kofal.net/zmk
initial implementation for modifiers
https://github.com/zmkfirmware/zmk/issues/86
This commit is contained in:
committed by
Pete Johanson
parent
a9e729b427
commit
4f258efbf1
@@ -9,20 +9,8 @@
|
||||
|
||||
default_layer {
|
||||
bindings = <
|
||||
&kp B &mo 1
|
||||
&kp D &kp G>;
|
||||
};
|
||||
|
||||
lower_layer {
|
||||
bindings = <
|
||||
&cp M_NEXT &trans
|
||||
&kp L &kp J>;
|
||||
};
|
||||
|
||||
raise_layer {
|
||||
bindings = <
|
||||
&kp W &kp U
|
||||
&kp X &kp M>;
|
||||
&kp B &none
|
||||
&cp M_NEXT &none>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user