Skip to content

Commit

Permalink
Update BT profile selection
Browse files Browse the repository at this point in the history
  • Loading branch information
mutecipher committed Oct 30, 2024
1 parent 850d3eb commit 8f4b149
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions config/corne.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@

# Uncomment the following line to enable the Corne OLED Display
# CONFIG_ZMK_DISPLAY=y

# Added by me

# Better support for Windows
CONFIG_BT_CTLR_PHY_2M=n
CONFIG_ZMK_BLE_PASSKEY_ENTRY=y
8 changes: 4 additions & 4 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@

// -----------------------------------------------------------------------------------------
// | F1 | F2 | F3 | F4 | F5 | F6 | | F7 | F8 | F9 | F10 | F11 | F12 |
// | BTCLR| | | | | | | MUT | Vo- | Vo+ | | | |
// | | | | BTP | BTN | | | | END | HOME| | DEL | |
// | 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_CLR &none &none &none &none &none &kp C_MUTE &kp C_VOLUME_DOWN &kp C_VOLUME_UP &none &none &none
&none &none &none &bt BT_PRV &bt BT_NXT &none &none &kp END &kp HOME &none &kp DEL &none
&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 &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 8f4b149

Please sign in to comment.