Skip to content

Commit

Permalink
Customise the nav layer, similar to my UHK config.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvogt79 authored May 26, 2024
1 parent 3114466 commit c7ad96d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions miryoku/custom_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,11 @@ U_NP, U_NP, U_LT(U_MOUSE, DEL), U_LT(U_NAV, BSPC), U_M
&kp G, &kp X, &kp J, &kp K, &kp MINUS, &kp FSLH, &kp R, &kp M, &kp F, &kp P,\
U_NP, U_NP, &kp DEL, &kp BSPC, &kp RET, &kp TAB, &kp SPACE, &kp ESC, U_NP, U_NP

#define MIRYOKU_LAYER_NAV \
U_BOOT, &kp LC(LS(GRAVE)), &kp LG(TILDE), &LC(GRAVE), U_NA, U_RDO, U_PST, U_CPY, U_CUT, U_UND, \
&kp LCTRL, &kp LALT, &kp LSHFT, &kp LGUI, U_NA, &kp LEFT, &kp DOWN, &kp UP, &kp RIGHT, &u_caps_word, \
U_NA, &kp RALT, &u_to_U_NUM, &u_to_U_NAV, U_NA, &kp LG(LEFT), &kp LA(LEFT), &kp LA(RIGHT), &kp LG(RIGHT), &kp INS, \
U_NP, U_NP, U_NA, U_NA, U_NA, &kp RET, &kp BSPC, &kp DEL, U_NP, U_NP

#define MIRYOKU_KLUDGE_LAYER_ADDITIONAL \
sensor-bindings = <&inc_dec_kp LG(LA(EQUAL)) LG(LA(MINUS)) &inc_dec_kp PG_UP PG_DN>;

0 comments on commit c7ad96d

Please sign in to comment.