Skip to content

Commit

Permalink
moved the bt clear to the right half
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Jun 24, 2024
1 parent 4e559ed commit e23392b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//-------------------------------------------------------INCLUDE AREA-----------------------------------------------------------------------------------------------

#include <behaviors.dtsi>
#include <dt-bindings/zmk/backlight.h>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/mouse.h>
Expand Down Expand Up @@ -250,10 +251,10 @@
// | RSE| LWR | ESC | | SPC | ALTE/NT | GUI |

bindings = <
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &trans &trans &trans &trans &trans &trans
&kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12 &mkp LCLK &mkp MB2 &trans &trans &trans &trans
&bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &bt BT_CLR &sys_reset &bootloader &soft_off &rgb_ug RGB_TOG &rgb_ug RGB_EFF &trans
&mo 1 &mo 2 &kp ESC &kp SPACE &kp RETURN &kp LGUI
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &bt BT_CLR &trans &trans &trans &trans &trans
&kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12 &mkp LCLK &mkp MB2 &none &bl BL_TOG &bl BL_CYCLE &trans
&bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &none &sys_reset &bootloader &soft_off &rgb_ug RGB_TOG &rgb_ug RGB_EFF &trans
&mo 1 &mo 2 &kp ESC &kp SPACE &kp RETURN &kp LGUI
>;
};

Expand Down

0 comments on commit e23392b

Please sign in to comment.