Skip to content

Commit

Permalink
Remove power toggles
Browse files Browse the repository at this point in the history
  • Loading branch information
Promytheos committed Aug 21, 2024
1 parent d77cab6 commit 2ed42aa
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions config/splitkb_aurora_corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/ext_power.h>

#define DEFAULT 0
#define NUMBER 1
Expand Down Expand Up @@ -78,13 +77,13 @@
// -----------------------------------------------------------------------------------------
// | F1 | F2 | F3 | F4 | F5 | F6 | | F7 | F8 | F9 | F10 | F11 | F12 |
// | BTCLR | BT1 | BT2 | BT3 | BT4 | BT5 | | LFT | DWN | UP | RGT | | VOL UP |
// | BTCLRALL | EP_ON | EP_OFF | | | | | | PREV | PAUSE | NEXT | MUTE | VOL DOWN |
// | GUI | | SPC | | ENT | | ALT |
// | BTCLRALL | | | | | | | | PREV | PAUSE | NEXT | MUTE | VOL DOWN |
// | | | SPC | | ENT | | ALT |
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 &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 &trans &kp C_VOL_UP
&bt BT_CLR_ALL &ext_power EP_ON &ext_power EP_OFF &trans &trans &trans &trans &kp C_PREV &kp C_PP &kp C_NEXT &kp C_MUTE &kp C_VOL_DN
&kp LGUI &trans &kp SPACE &kp RET &trans &kp RALT
&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 &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 &trans &kp C_VOL_UP
&bt BT_CLR_ALL &none &none &trans &trans &trans &trans &kp C_PREV &kp C_PP &kp C_NEXT &kp C_MUTE &kp C_VOL_DN
&trans &trans &kp SPACE &kp RET &trans &kp RALT
>;
};
};
Expand Down

0 comments on commit 2ed42aa

Please sign in to comment.