Skip to content

Commit

Permalink
Fix positioning of bt controls
Browse files Browse the repository at this point in the history
  • Loading branch information
mutecipher committed Oct 30, 2024
1 parent 8f4b149 commit 6b5b5b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@

// -----------------------------------------------------------------------------------------
// | F1 | F2 | F3 | F4 | F5 | F6 | | F7 | F8 | F9 | F10 | F11 | F12 |
// | BT 0 | BT 1| BT 2| BT 3| BT 4| | | MUT | Vo- | Vo+ | | | |
// | | BT 0| BT 1| BT 2| BT 3| BT 4| | MUT | Vo- | Vo+ | | | |
// | | | | BTC | BTD | | | | END | HOME| | DEL | |
// | | LWR | | | | RSE | |
adjust_layer {
bindings = <
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12
&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
&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
&none &none &none &bt BT_CLR &bt BT_DISC &none &none &kp END &kp HOME &none &kp DEL &none
&none &trans &none &none &trans &none
>;
Expand Down

0 comments on commit 6b5b5b0

Please sign in to comment.