Skip to content

Corne 42 custom pinkie buttons per layer, ZMK #304

Answered by manna-harbour
dpeley asked this question in Q&A
Discussion options

You must be logged in to vote

See the To change the mapping per layer paragraph in the custom_config.h / Mapping / Miryoku ZMK section at #85. Also see the For complete examples, see example custom_config.h shared by members of the community link there.

E.g to map the left hand top row outer pinkie column key on the Tap layer to Escape:

#if defined (MIRYOKU_KEYBOARD_CORNE)

#define XXX &none

#define MIRYOKU_LAYERMAPPING_TAP( \
     K00, K01, K02, K03, K04,      K05, K06, K07, K08, K09, \
     K10, K11, K12, K13, K14,      K15, K16, K17, K18, K19, \
     K20, K21, K22, K23, K24,      K25, K26, K27, K28, K29, \
     N30, N31, K32, K33, K34,      K35, K36, K37, N38, N39 \
) \
&kp ESC K00  K01  K02  K03  K04       K05  K…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@manna-harbour
Comment options

@dpeley
Comment options

@dpeley
Comment options

@manna-harbour
Comment options

@dpeley
Comment options

Answer selected by manna-harbour
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants