-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Key Emulation Combos #56
Comments
|
|
Is there an option to enable this feature in ZMK already or is it still a wip? Or is the only option that is needed the |
@distracteddev In general see #56 (comment) above for general status and a link to the docs. There are a few other undocumented things to note: It relies on support being added to the mapping file. Check the file for your keyboard and if there's nothing there support will be added by request. Thumb combos should support all build options, but top and bottom row combos are only included for default options at the moment. QWERTY will be added soon via manna-harbour/miryoku_zmk#8. Support for other build options will be added by request. Some boards have combos enabled by default but they can be enabled with the appropriate Boards with combos enabled by default should already have max combos set. Otherwise you need to set it in kconfig. |
@distracteddev manna-harbour/miryoku_zmk#8 also includes some of the currently missing docs: https://github.com/manna-harbour/miryoku_zmk/blob/d40b3e6f30d5f4652aec2583483af93dd8b19175/readme.org#key-emulation-combos. |
Add options to emulate the tertiary thumb keys with a combos of primary and secondary, the inner index column keys with combos of index and middle, and the pinkie column keys with combos of middle and ring. This would be an alternative to stretching and would support boards that have eliminated some of those keys.
The text was updated successfully, but these errors were encountered: