Skip to content

Adding custom keymap.c code for key overrides #279

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

You must be logged in to vote

The customisation docs recommend using the keyboard keymap.c for custom hardware support. Customising the keymap outside of what's supported by custom_config.h isn't described yet.

The plan is to add a custom_keymap.c for that purpose. However, certain keymap features may only work when in the same file as the actual keymap, so that may not be a general solution.

For now, arbitrary keymap customisations will need be made in manna-harbour_miryoku.c and manna-harbour_miryoku.h.

For key overrides in particular, as they are already in use they will need to be incorporated there. In future, support could be added so additions can be declared in custom_config.h.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@manna-harbour
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