need help re-mapping 34 key #320
-
how can I remove the function layer (red) and then replace the right side super key with the function button? I'm kinda lost with the docs:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
34-key boards have thumb combos enabled automatically, so you can still use all functions that require the tertiary thumb keys. See https://github.com/manna-harbour/miryoku_zmk#34ferris and https://github.com/manna-harbour/miryoku_zmk#key-emulation-combos. If you want to replace Super with Fun for the right hand pinkie column home row key hold on Base, you'd substitute a custom Base layer (#85) and replace |
Beta Was this translation helpful? Give feedback.
34-key boards have thumb combos enabled automatically, so you can still use all functions that require the tertiary thumb keys. See https://github.com/manna-harbour/miryoku_zmk#34ferris and https://github.com/manna-harbour/miryoku_zmk#key-emulation-combos.
If you want to replace Super with Fun for the right hand pinkie column home row key hold on Base, you'd substitute a custom Base layer (#85) and replace
U_MT(LGUI, SQT)
withU_LT(U_FUN, SQT)
on the line corresponding to https://github.com/manna-harbour/miryoku_zmk/blob/e6683e9f8b6c199b339208b1b501e88a7308ed48/miryoku/miryoku_babel/miryoku_layer_alternatives.h#L120.