mirror of
https://github.com/CrispyPin/zmk-config.git
synced 2024-11-10 04:00:26 +01:00
add multiocular o
This commit is contained in:
parent
f8355648aa
commit
78d6827e2f
1 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,8 @@
|
||||||
#define L3 3
|
#define L3 3
|
||||||
#define L4 4
|
#define L4 4
|
||||||
|
|
||||||
|
ZMK_UNICODE_SINGLE(multi_o, A, N6, N6, E) // multiocular o
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
behaviors {
|
behaviors {
|
||||||
// characters with logical inverses, assigned to shift
|
// characters with logical inverses, assigned to shift
|
||||||
|
@ -79,7 +81,7 @@
|
||||||
layer_3 {
|
layer_3 {
|
||||||
bindings = <
|
bindings = <
|
||||||
&trans &none &none &none &tog L4 &kp C_BRI_UP &kp C_PREV &kp C_NEXT &kp C_VOL_UP &trans
|
&trans &none &none &none &tog 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 &multi_o
|
||||||
&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
|
||||||
>;
|
>;
|
||||||
|
|
Loading…
Reference in a new issue