Skip to content

Commit

Permalink
swapped bluetooth with functions
Browse files Browse the repository at this point in the history
  • Loading branch information
tannakartikey committed Jan 29, 2024
1 parent 157229a commit 41a3a12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/boards/shields/corny/corny.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
lower_layer {
// ------------------------------------------------------------------------------------------------
// | TAB | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | BKSP |
// | BTCLR| BT1 | BT2 | BT3 | BT4 | BT5 | | LFT | DWN | UP | RGT | [/} | ]/} |
// | SHFT | F1 | F2 | F3 | F4 | F5 | boot | | | PGUP| HOME| END | PGDN| F10 | F11 |
// | SHFT | BT1 | BT2 | BT3 | BT4 | BT5 | | LFT | DWN | UP | RGT | [/} | ]/} |
// | BTCLR| F1 | F2 | F3 | F4 | F5 | boot | | | PGUP| HOME| END | PGDN| F10 | F11 |
// | GUI | | SPC | | ENT | | ALT |
bindings = <
&kp TAB &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp BSPC
&bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp LBKT &kp RBKT
&kp LSHFT &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &bootloader &none &kp PGUP &kp HOME &kp END &kp PGDN &kp DEL &kp F11
&kp LSHFT &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp LBKT &kp RBKT
&bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &bootloader &none &kp PGUP &kp HOME &kp END &kp PGDN &kp DEL &kp F11
&kp LGUI &trans &kp SPACE &kp RET &trans &kp LALT
>;

Expand Down

0 comments on commit 41a3a12

Please sign in to comment.