QMK pre process record user #35
filterpaper
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This is great! Yes, a user hook at this point is exactly what's needed for Achordion. Thanks so much for developing this and for the heads up! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A new pre process record "shim" was merged in qmk/qmk_firmware#20584. It adds a new
pre_process_record_user
function for user space that will be called before quantum processing. This might be useful for handling mod tap keys before they are sent to action tapping, instead of "post processing" them like "Achordion".I use it to capture the tap record that follows a mod tap undergoing resolution in action tapping interval. That tap record is then used for the current mod tap decision based on its unilateral or bilateral context.
Beta Was this translation helpful? Give feedback.
All reactions