added PAUSE key and adjusted caps position

This commit is contained in:
Marius Alwan Meyer 2022-04-13 19:58:30 +02:00
parent 02f7b22d4d
commit 5f5b33a050

View File

@ -62,13 +62,13 @@
// -----------------------------------------------------------------------------------------
// | MUTE |VOLDN|VOLUP| PREV| NEXT| PLAY| | BT1 | BT2 | BT3 | BT4 | BT5 | BTCLR|
// | CAPS | | | | | | | BT | USB | | | | |
// | | | | | BRID| BRIU| | | | | | | |
// | SHFT | | | | BRID| BRIU| | | | | | | PAUSE|
// | 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 &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
&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
&kp CAPS &trans &trans &trans &trans &trans &out OUT_BLE &out OUT_USB &trans &trans &trans &trans
&kp LSHIFT &trans &trans &trans &kp C_BRI_DN &kp C_BRI_UP &trans &trans &trans &trans &trans &kp PAUSE_BREAK
&trans &trans &trans &trans &trans &trans
>;
};
};