Skip to content

Commit

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

&mt {
flavor = "tap-preferred";
};

&ext_power EP_OFF

/ {
keymap {
compatible = "zmk,keymap";
Expand All @@ -33,12 +36,12 @@
// -----------------------------------------------------------------------------------------
// | TAB | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | BKSP |
// | BTCLR| BT1 | BT2 | BT3 | BT4 | BT5 | | LFT | DWN | UP | RGT | | VOL UP |
// | SHFT | | | | | | | | | | | | VOL DOWN |
// | BTCLRALL | EP_ON | EP_OFF | | | | | | | | | | VOL DOWN |
// | 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 &trans &kp C_VOL_UP
&bt BT_CLR_ALL &trans &trans &trans &trans &trans &trans &kp C_PREV &kp C_PP &kp C_NEXT &kp C_MUTE &kp C_VOL_DN
&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
>;
};
Expand Down

0 comments on commit c592ea0

Please sign in to comment.