mirror of
https://github.com/CrispyPin/zmk-config.git
synced 2024-11-10 04:00:26 +01:00
add toki pona layer
This commit is contained in:
parent
067481ec34
commit
e912b731e4
1 changed files with 11 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
||||||
#define L1 1
|
#define L1 1
|
||||||
#define L2 2
|
#define L2 2
|
||||||
#define L3 3
|
#define L3 3
|
||||||
|
#define L4 3
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
behaviors {
|
behaviors {
|
||||||
|
@ -75,11 +76,20 @@
|
||||||
// media + bluetooth + future layer toggles
|
// media + bluetooth + future layer toggles
|
||||||
layer_3 {
|
layer_3 {
|
||||||
bindings = <
|
bindings = <
|
||||||
&trans &none &none &none &none &kp C_BRI_UP &kp C_PREV &kp C_NEXT &kp C_VOL_UP &trans
|
&trans &none &none &none &to L4 &kp C_BRI_UP &kp C_PREV &kp C_NEXT &kp C_VOL_UP &trans
|
||||||
&none &none &none &none &none &kp C_BRI_DN &kp C_PLAY &kp C_PAUSE &kp C_VOL_DN &none
|
&none &none &none &none &none &kp C_BRI_DN &kp C_PLAY &kp C_PAUSE &kp C_VOL_DN &none
|
||||||
&trans &none &bt BT_SEL 0 &bt BT_NXT &bt BT_CLR &none &none &none &none &trans
|
&trans &none &bt BT_SEL 0 &bt BT_NXT &bt BT_CLR &none &none &none &none &trans
|
||||||
&trans &trans &trans &trans &trans &trans
|
&trans &trans &trans &trans &trans &trans
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
|
// toki pona
|
||||||
|
l_toki {
|
||||||
|
bindings = <
|
||||||
|
&trans &kp P &kp W &kp U &none &to L0 &kp E &kp S &kp J &trans
|
||||||
|
&kp N &kp L &kp I &kp A &none &none &kp O &kp T &kp M &kp K
|
||||||
|
&trans &none &none &none &none &none &none &none &none &none
|
||||||
|
&trans &trans &none &none &trans &trans
|
||||||
|
>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue