Compare commits
No commits in common. "d66197dcfd00863b6885f1fd03dcf701d26e0849" and "38de08d6ca737ccc0c9a722d126c989c11cfcf11" have entirely different histories.
d66197dcfd
...
38de08d6ca
|
@ -46,16 +46,15 @@
|
|||
};
|
||||
|
||||
raise_layer {
|
||||
// -------------------------------------------------------------------------------------------------------------------------
|
||||
// | | | | | | | | | | | | | |
|
||||
// | BT CLR | BT1 | BT2 | BT3 | BT4 | BT5 | | Home | PgUp | PgDn | End | | |
|
||||
// | | EXT ON | EXT OFF | EXT TOG | | | | <- | ^ | v | -> | | |
|
||||
// | | | | | | | | | | | | | | | |
|
||||
// | | | | | | | | | |
|
||||
// ------------------------------------------------------------------------------------------------------------
|
||||
// | | | | | | | | Home | PgUp | PgDn | End | | |
|
||||
// | F1 | F2 | F3 | F4 | F5 | F6 | | <- | ^ | 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 UP &kp DOWN &kp RIGHT &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 &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
|
||||
&trans &trans &trans &trans &trans &trans &trans &trans
|
||||
>;
|
||||
|
|
Loading…
Reference in a new issue