How to use extra keys on Corne v4 #373
-
I installed qmk, then Drashna's qmk_userpace (miryoku branch). Compiles ok, and everything seems to work. Question: how do I use the four extra keys on Corne V4? These keys are not present in only in ../via/ where they are defined as What do I need to do to be able to use these keys in Miryoku? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For QMK, they are in https://github.com/qmk/qmk_firmware/blob/master/keyboards/crkbd/rev4_0/info.json. To use with Miryoku QMK, this requires that a mapping is added below https://github.com/qmk/qmk_firmware/tree/master/keyboards/crkbd. For example see Normally this can also be added by request, but for QMK that would need to wait for #287 to be dealt with first. |
Beta Was this translation helpful? Give feedback.
For QMK, they are in https://github.com/qmk/qmk_firmware/blob/master/keyboards/crkbd/rev4_0/info.json.
To use with Miryoku QMK, this requires that a mapping is added below https://github.com/qmk/qmk_firmware/tree/master/keyboards/crkbd. For example see
https://github.com/manna-harbour/miryoku_qmk/blob/miryoku/layouts/community/split_3x6_3/manna-harbour_miryoku/config.h. To make that easier to produce you'd first use https://docs.qmk.fm/newbs_building_firmware#create-a-new-keymap.
Normally this can also be added by request, but for QMK that would need to wait for #287 to be dealt with first.