mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-02-27 19:48:05 +00:00
In register_code16 and unregister_code16 we call register_code and unregister_code twice, once for the mods and once for the keycode. The (un)register_code have many check to see that keycode we have sent however because we know that we are sending it a mods key, why not just skip all of it and call (un)register_mods instead. This will skip alot of checks and should speedup the loop a little.
22 KiB
22 KiB