Skip to content

Commit

Permalink
Update corne.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
caiovfernandes authored Oct 1, 2024
1 parent d3f8d27 commit 2041cf0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
lower_layer {
// -----------------------------------------------------------------------------------------
// | TAB | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | PLAY/PAUSE |
// | CTRL| BT1 | BT2 | BT3 | BT4 | BT5 | | LFT | DWN | UP | RGT |VOL_UP|VOL_DW|
// | SHFT | F1 | F2 | F3 | F4 | F5 | | F6 | F7 | F8 | F9 | F10 |BTCLR|
// | CTRL| F1 | F2 | F3 | F4 | F5 | | LFT | DWN | UP | RGT |VOL_UP|VOL_DW|
// | SHFT | BT1 | BT2 | BT3 | BT4 | BT5 | | F6 | F7 | F8 | F9 | F10 |BTCLR|
// | 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 C_PLAY_PAUSE
&kp LCTRL &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 C_VOLUME_DOWN &kp C_VOLUME_UP
&kp LSHFT &kp F1 &kp F2 &kp C_AC_COPY &kp C_AC_PASTE &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &bt BT_CLR
&kp LGUI &trans &kp SPACE &kp RET &trans &kp RALT
&kp LCTRL &kp F1 &kp F2 &kp C_AC_COPY &kp C_AC_PASTE &kp F5 &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp C_VOLUME_DOWN &kp C_VOLUME_UP
&kp LSHFT &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &bt BT_CLR
&kp LGUI &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &trans &kp SPACE &kp RET &trans &kp RALT
>;
};

Expand Down

0 comments on commit 2041cf0

Please sign in to comment.