Suraj N. Kurapati
Suraj N. Kurapati
@jcf - Yes, if you want to enforce bilateral combinations for the Hyper keys you've added, then you'll need more layers to implement that. I'm planning to generate the bilateral...
Hey @jcf, I've since added base layer combos for _sticky_ Hyper in v37 and _sticky_ Meh in v38: 
Thanks for contributing this! ️❤️ I will review it when I get some time. 🧗 In the meantime, it would be helpful to get more users from the community to...
Hey @twadzins, I've updated this patch to the latest v38 release and did some minor additional refactoring in my branch: https://github.com/sunaku/glove80-keymaps/tree/layer-indicator Would it be possible to bundle the layer map...
Currently in ZMK, a keymap can have up to a maximum of 32 layers. This is the main limiting factor that makes implementing this feature difficult. Essentially, we would need...
I have fixed some corner cases, simplified the configuration, improved chording support, and upgraded to QMK 0.19.10. Eager mods are now enabled by default (so that mod-clicks _Just Work_ out...
Inspired by [ZMK's global-quick-tap]( https://zmk.dev/docs/behaviors/hold-tap#global-quick-tap ) feature, I've implemented a *typing streak timeout* setting that suppresses home row mods while actively typing: ```c #define BILATERAL_COMBINATIONS_TYPING_STREAK_TIMEOUT 160 /* ms */ ```...
I've added a [Tutorial](#user-content-tutorial) section to this PR's description to make it easier for newcomers to try this out from scratch, as follows. Although this long-lived PR may seem complex,...
I'm also maintaining [a Vial version of this PR](https://github.com/vial-kb/vial-qmk/compare/vial...sunaku:vial-qmk:miryoku_bilateral#files_bucket) as an alternative for those who can't use the [native QMK version of this PR](https://github.com/qmk/qmk_firmware/compare/master...sunaku:miryoku_bilateral#files_bucket). :gift:
Interesting, I can't imagine why only a subset of shifted combinations would be affected. Try disabling the AutoShift feature?