How to use sym num layer on my custom layer ??
#402
-
|
Hello, first of all, thank you for your work, I use #define MIRYOKU_ALTERNATIVES_APPAD \
&kp Q, &kp COMMA, &kp DOT, &kp SLASH, &kp T, U_RDO, U_PST, U_CPY, U_CUT, U_UND, \
U_MT(LGUI, A), U_MT(LALT, LEFT), U_MT(LCTRL, UP), U_MT(LSHFT, DOWN), &kp RIGHT, &kp LEFT, &kp DOWN, &kp UP, &kp RIGHT, &u_caps_word, \
&kp Z, &kp X, &kp C, &kp V, &kp B, &kp HOME, &kp PG_DN, &kp PG_UP, &kp END, &kp INS, \
U_NP, U_NP, &kp ESC, U_LT(U_NUM, SPACE), U_LT(U_SYM, TAB), &kp RET, &kp BSPC, U_LT(U_FUN, DEL), U_NP, U_NPI switched ZMK layer link: https://zmk.dev/docs/keymaps/behaviors#layer-navigation-behaviors
However, the end result is: I want to use my custom layout |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
See the Tip box in this section: https://zmk.dev/docs/keymaps#layers. Also, if you don't need the Extra layer (https://github.com/manna-harbour/miryoku/tree/master/docs/reference#additional-features) you can just substitute a custom Extra layer instead using #85, which already has an appropriate position in the layer order. |
Beta Was this translation helpful? Give feedback.

See the Tip box in this section: https://zmk.dev/docs/keymaps#layers.
Also, if you don't need the Extra layer (https://github.com/manna-harbour/miryoku/tree/master/docs/reference#additional-features) you can just substitute a custom Extra layer instead using #85, which already has an appropriate position in the layer order.