Cleanup keymap

This commit is contained in:
KemoNine 2020-12-20 09:26:10 +00:00
parent f266875447
commit d33ae65757
1 changed files with 7 additions and 6 deletions

View File

@ -46,15 +46,16 @@
};
raise_layer {
// ------------------------------------------------------------------------------------------------------------
// | | | | | | | | Home | PgUp | PgDn | End | | |
// | F1 | F2 | F3 | F4 | F5 | F6 | | <- | ^ | v | -> | | |
// | | | | | | | | | |
// -------------------------------------------------------------------------------------------------------------------------
// | | | | | | | | | | | | | |
// | BT CLR | BT1 | BT2 | BT3 | BT4 | BT5 | | Home | PgUp | PgDn | End | | |
// | | EXT ON | EXT OFF | EXT TOG | | | | <- | ^ | v | -> | | |
// | | | | | | | | | | | | | | | |
// | | | | | | | | | |
bindings = <
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &kp HOME &kp PG_UP &kp PG_DN &kp END &trans &trans
&trans &ext_power EP_ON &ext_power EP_OFF &ext_power EP_TOG &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans &trans
&trans &ext_power EP_ON &ext_power EP_OFF &ext_power EP_TOG &trans &trans &kp LEFT &kp UP &kp DOWN &kp RIGHT &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans
>;