Finally fixed it T_T

This commit is contained in:
Daniel Flanagan 2021-04-12 21:58:25 -05:00
parent 996ab9dbc5
commit c661866331
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
2 changed files with 24 additions and 24 deletions

View File

@ -59,32 +59,32 @@
}; };
right_layer { right_layer {
// -------------------------------------- -------------------------------------- // -------------------------------------- --------------------------------------
// | ESC | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | BKSP | // | ` | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | BKSP |
// | | | | | | | | | - | = | [ | ] | \ | // | | | | | | | | | - | = | [ | ] | \ |
// | | | | | | | | | INS | | | | | // | | | | | | | | | INS | | | | |
// -------------------| | ALT | ADJ | | | | |------------------- // ------------------| | ALT | ADJ | | | | |-------------------
// ------------------- ------------------- // ------------------- -------------------
bindings = < bindings = <
&kp ESC &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp BSPC &kp GRAV &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp BSPC
&trans &trans &trans &trans &trans &trans &trans &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH &trans &trans &trans &trans &trans &trans &trans &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH
&trans &trans &trans &trans &trans &trans &trans &kp INS &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &kp INS &trans &trans &trans &trans
&trans &kp LALT &mo 3 &trans &trans &trans &trans &kp LALT &mo 3 &trans &trans &trans
>;
};
adjust_layer {
// ------------------------------------- -------------------------------------
// | | LCL | MSU | RCL | MWU | | | MNX | MVD | MPL | MVU | MPV | | // TODO: once mouse keys exist
// | | MSL | MSD | MSR | MWD | USB | | LFT | DWN | UP | RGT | | | // TODO: once mouse keys exist
// |CONFG| BT1 | BT2 | BT3 | BT4 | BT5 | | | | | | | |
// ------------------| | | | | | | |------------------
// ------------------- -------------------
bindings = <
&trans &trans &trans &trans &trans &trans &kp C_NEXT &kp C_VOL_DN &kp K_PP &kp C_VOL_UP &kp C_PREV &trans
&trans &trans &trans &trans &trans &out OUT_USB &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans &trans
&mo 4 &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans
>; >;
}; };
/* adjust_layer { */
/* // ------------------------------------- ------------------------------------- */
/* // | | LCL | MSU | RCL | MWU | | | MNX | MVD | MPL | MVU | MPV | | // TODO: once mouse keys exist */
/* // | | MSL | MSD | MSR | MWD | USB | | LFT | DWN | UP | RGT | | | // TODO: once mouse keys exist */
/* // |CONFG| BT1 | BT2 | BT3 | BT4 | BT5 | | | | | | | | */
/* // ------------------| | | | | | | |------------------ */
/* // ------------------- ------------------- */
/* bindings = < */
/* &trans &trans &trans &trans &trans &trans &kp C_NEXT &kp C_VOL_DN &kp K_PP &kp C_VOL_UP &kp C_PREV &trans */
/* &trans &trans &trans &trans &trans &out USB &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans &trans */
/* &mo 4 &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &trans &trans &trans &trans &trans &trans */
/* &trans &trans &trans &trans &trans &trans */
/* >; */
/* }; */
config_layer { config_layer {
// ------------------------------------- ------------------------------------- // ------------------------------------- -------------------------------------
// |BTCLR| | | | | | | | | | | | | // |BTCLR| | | | | | | | | | | | |

View File

@ -13,5 +13,5 @@ cp $argv[2] /tmp/flashmnt
echo Syncing... echo Syncing...
sync sync
echo Unmounting /tmp/flashmnt... echo Unmounting /tmp/flashmnt...
umount /tmp/flashmnt umount -R /tmp/flashmnt
echo Done! echo Done!