mirror of
https://github.com/CrispyPin/zmk-config.git
synced 2024-11-10 04:00:26 +01:00
Compare commits
No commits in common. "1dec9ea2c4ae0f0341e4a645f2be245ec27d4935" and "6ee9a07c91f6da6491b00f5f71a4e48e21a9119e" have entirely different histories.
1dec9ea2c4
...
6ee9a07c91
2 changed files with 5 additions and 24 deletions
|
@ -48,8 +48,7 @@ RC(0,10) RC(0,11) RC(0,12) RC(0,13) RC(0,14) RC(0,32) RC(0,3
|
||||||
|
|
||||||
, <&pro_micro 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
, <&pro_micro 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
||||||
, <&pro_micro 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
, <&pro_micro 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
||||||
, <&pro_micro 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // use for functioning boards
|
, <&gpio1 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
||||||
//, <&gpio1 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)> // my broken, rewired right half
|
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
};
|
};
|
|
@ -34,8 +34,6 @@ ZMK_UNICODE_PAIR(win_multi_o, A, N6, N6, E, F, F, F, D) // multiocular o
|
||||||
#define GAME 5
|
#define GAME 5
|
||||||
#define WINDOWS 6
|
#define WINDOWS 6
|
||||||
#define WIN_UNI 7
|
#define WIN_UNI 7
|
||||||
#define LEFT_COMPACT 8
|
|
||||||
#define LEFT_COMPACT_KEYS 9
|
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
conditional_layers {
|
conditional_layers {
|
||||||
|
@ -114,10 +112,10 @@ ZMK_UNICODE_PAIR(win_multi_o, A, N6, N6, E, F, F, F, D) // multiocular o
|
||||||
// media + bluetooth + layer toggles + numpad
|
// media + bluetooth + layer toggles + numpad
|
||||||
l_meta {
|
l_meta {
|
||||||
bindings = <
|
bindings = <
|
||||||
&kp C_VOL_DN &kp C_VOL_UP &tog WINDOWS &tog GAME &tog TOKI &kp KP_MULTIPLY &kp KP_N7 &kp KP_N8 &kp KP_N9 &kp KP_PLUS
|
&kp C_VOL_DN &kp C_VOL_UP &tog WINDOWS &tog GAME &tog TOKI &kp KP_MULTIPLY &kp KP_N7 &kp KP_N8 &kp KP_N9 &kp KP_PLUS
|
||||||
&kp C_PREV &kp C_NEXT &tog LEFT_COMPACT &kp C_PLAY &none &kp KP_DIVIDE &kp KP_N4 &kp KP_N5 &kp KP_N6 &kp KP_N0
|
&kp C_PREV &kp C_NEXT &none &kp C_PLAY &none &kp KP_DIVIDE &kp KP_N4 &kp KP_N5 &kp KP_N6 &kp KP_N0
|
||||||
&trans &none &bt BT_SEL 0 &bt BT_NXT &bt BT_CLR &kp KP_DOT &kp KP_N1 &kp KP_N2 &kp KP_N3 &kp KP_MINUS
|
&trans &none &bt BT_SEL 0 &bt BT_NXT &bt BT_CLR &kp KP_DOT &kp KP_N1 &kp KP_N2 &kp KP_N3 &kp KP_MINUS
|
||||||
&trans &trans &trans &trans &trans &kp KP_ENTER
|
&trans &trans &trans &trans &trans &kp KP_ENTER
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
// toki pona
|
// toki pona
|
||||||
|
@ -155,21 +153,5 @@ ZMK_UNICODE_PAIR(win_multi_o, A, N6, N6, E, F, F, F, D) // multiocular o
|
||||||
&trans &trans &trans &trans &trans &trans
|
&trans &trans &trans &trans &trans &trans
|
||||||
>;
|
>;
|
||||||
};
|
};
|
||||||
l_left_compact {
|
|
||||||
bindings = <
|
|
||||||
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
|
|
||||||
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
|
|
||||||
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
|
|
||||||
&trans &trans &mo LEFT_COMPACT_KEYS &trans &trans &trans
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
l_left_compact_keys {
|
|
||||||
bindings = <
|
|
||||||
&kp N0 &kp N6 &kp N7 &kp N8 &kp N9 &trans &trans &trans &trans &trans
|
|
||||||
&kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &trans &trans &trans &trans &trans
|
|
||||||
&trans &kp F1 &kp F2 &kp F3 &kp F4 &trans &trans &trans &trans &trans
|
|
||||||
&trans &trans &trans &trans &trans &trans
|
|
||||||
>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue