Skip to content

Commit 86b8d80

Browse files
committed
Updated default keymap with encoder support and play pause button
1 parent 7f2d89b commit 86b8d80

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/keyboardio_preonic.keymap

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
base_layer {
3535
label = "Base";
3636
bindings = <
37-
&kp X &mo FN &kp Z
37+
&kp C_PP &mo FN &kp C_MUTE
3838

3939
&kp GRAVE &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp MINUS
4040
&kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BKSP
@@ -43,6 +43,7 @@
4343
&kp HYPER &kp LCTRL &kp LALT &kp LGUI &mo LOWER &kp SPACE &mo RAISE &kp LEFT &kp DOWN &kp UP &kp RIGHT
4444

4545
>;
46+
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
4647
};
4748

4849
lower_layer {
@@ -57,6 +58,7 @@
5758
&trans &trans &trans &trans &trans &kp BKSP &kp KP_N0 &kp KP_DOT &trans &kp KP_ENTER &trans
5859

5960
>;
61+
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
6062
};
6163

6264
raise_layer {
@@ -71,6 +73,7 @@
7173
&trans &trans &kp RALT &trans &trans &trans &trans &trans &trans &trans &trans
7274

7375
>;
76+
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
7477
};
7578

7679
func_layer {
@@ -85,6 +88,7 @@
8588
&bootloader &trans &trans &trans &studio_unlock &trans &trans &trans &trans &trans &bt BT_CLR
8689

8790
>;
91+
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
8892
};
8993
};
9094
};

0 commit comments

Comments
 (0)