Skip to content

Commit 6b5b5b0

Browse files
committed
Fix positioning of bt controls
1 parent 8f4b149 commit 6b5b5b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/corne.keymap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@
6969

7070
// -----------------------------------------------------------------------------------------
7171
// | F1 | F2 | F3 | F4 | F5 | F6 | | F7 | F8 | F9 | F10 | F11 | F12 |
72-
// | BT 0 | BT 1| BT 2| BT 3| BT 4| | | MUT | Vo- | Vo+ | | | |
72+
// | | BT 0| BT 1| BT 2| BT 3| BT 4| | MUT | Vo- | Vo+ | | | |
7373
// | | | | BTC | BTD | | | | END | HOME| | DEL | |
7474
// | | LWR | | | | RSE | |
7575
adjust_layer {
7676
bindings = <
7777
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
78-
&bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &none &kp C_MUTE &kp C_VOLUME_DOWN &kp C_VOLUME_UP &none &none &none
78+
&none &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &kp C_MUTE &kp C_VOLUME_DOWN &kp C_VOLUME_UP &none &none &none
7979
&none &none &none &bt BT_CLR &bt BT_DISC &none &none &kp END &kp HOME &none &kp DEL &none
8080
&none &trans &none &none &trans &none
8181
>;

0 commit comments

Comments
 (0)