diff --git a/config/corne.keymap b/config/corne.keymap index 1c1beb6..5dcb05b 100644 --- a/config/corne.keymap +++ b/config/corne.keymap @@ -7,6 +7,7 @@ #include #include #include +#include #define DEFAULT 0 #define LOWER 1 @@ -26,7 +27,7 @@ bindings = < &kp ESC &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSPC &mt LCTRL TAB &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &mt RCTRL SQT - &kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHIFT + &kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RSHIFT &kp LGUI &mo 1 &kp RET &kp SPACE &mo 2 &kp RALT >; }; @@ -60,14 +61,14 @@ adjust_layer { // ----------------------------------------------------------------------------------------- // | MUTE |VOLDN|VOLUP| PREV| NEXT| PLAY| | BT1 | BT2 | BT3 | BT4 | BT5 | BTCLR| -// | CAPS | | | | | | | | | | | | | +// | CAPS | | | | | | | BT | USB | | | | | // | | | | | BRID| BRIU| | | | | | | | // | GUI | | ENT | | SPC | | ALT | bindings = < - &kp C_MUTE &kp C_VOL_DN &kp C_VOL_UP &kp C_PREV &kp C_NEXT &kp C_PP &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &bt BT_CLR - &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans + &kp C_MUTE &kp C_VOL_DN &kp C_VOL_UP &kp C_PREV &kp C_NEXT &kp C_PP &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &bt BT_CLR + &trans &trans &trans &trans &trans &trans &out OUT_BLE &out OUT_USB &trans &trans &trans &trans &kp CAPS &trans &trans &trans &kp C_BRI_DN &kp C_BRI_UP &trans &trans &trans &trans &trans &trans - &trans &trans &trans &trans &trans &trans + &trans &trans &trans &trans &trans &trans >; }; };