Add space to tidbit nav layer for quicklook, update readme based on new fs path during builds
This commit is contained in:
parent
525e4f84c5
commit
bf3928b274
|
@ -33,7 +33,7 @@ rm foo
|
|||
|
||||
west build --board nice_nano -d build/nibble -- -DSHIELD=nibble -DZMK_CONFIG=/workspaces/zmk-config/zmk-config/config
|
||||
|
||||
west build --board nice_nano -d build/tidbit -- -DSHIELD=tidbit -DZMK_CONFIG=/workspaces/zmk-config/zmk-config/config
|
||||
west build --board nice_nano -d build/tidbit -- -DSHIELD=tidbit -DZMK_CONFIG=/workspaces/zmk-config/kemonine/zmk-config/config
|
||||
|
||||
west build --board nice_nano -d build/corne_artsey_left -- -DSHIELD=corne_artsey_left -DZMK_CONFIG=/workspaces/zmk-artsey/config
|
||||
|
||||
|
|
|
@ -44,8 +44,8 @@
|
|||
|
||||
bindings = <
|
||||
&to 1 &to 2 &to 3
|
||||
&kp PG_UP &kp UP &kp PG_DN &none
|
||||
&kp LEFT &kp DOWN &kp RIGHT &kp LG(E)
|
||||
&kp PG_UP &kp UP &kp PG_DN &kp LG(E)
|
||||
&kp LEFT &kp DOWN &kp RIGHT &kp SPACE
|
||||
&kp HOME &kp BSPC &kp END &kp ENTER
|
||||
&kp C_MUTE &none &none &kp LA(F4)
|
||||
>;
|
||||
|
|
Loading…
Reference in a new issue