Is your feature request related to a problem? Please describe.
I picked up a bluemicro board for my kinesis advantage 2 (blue_wizard) but I've run into a problem with a QMK 'macro' that I've grown to depend on, specifically KC_LSPO/KC_LSPC aka the space cadet shifts.
For a clearer explanation those keycodes cause the left and right shift keys to work as normal unless they are not comboed with another key. If left shift is pressed and released immediately it will result in a ( being sent instead. If shift is comboed with say a 1 a ! will be sent as normal. I think there is a feature where if the shift is held down for long enough and then released nothing is sent.
Describe the solution you'd like
I'd love for these keycodes/functionality to be ported over.
Describe alternatives you've considered
I'm open to alternatives that I can implement by hand. With pointers into the codebase on where it would be added.
Additional context
n/a
Is your feature request related to a problem? Please describe.
I picked up a bluemicro board for my kinesis advantage 2 (blue_wizard) but I've run into a problem with a QMK 'macro' that I've grown to depend on, specifically KC_LSPO/KC_LSPC aka the space cadet shifts.
For a clearer explanation those keycodes cause the left and right shift keys to work as normal unless they are not comboed with another key. If left shift is pressed and released immediately it will result in a
(being sent instead. If shift is comboed with say a 1 a!will be sent as normal. I think there is a feature where if the shift is held down for long enough and then released nothing is sent.Describe the solution you'd like
I'd love for these keycodes/functionality to be ported over.
Describe alternatives you've considered
I'm open to alternatives that I can implement by hand. With pointers into the codebase on where it would be added.
Additional context
n/a