kareltucek / firmware

This is fork of UHK's firmware featuring extended macro engine.
Other
82 stars 9 forks source link

autoshift #70

Closed swerter closed 2 years ago

swerter commented 2 years ago

Hi there

I've recently borrowed a keyboardio atreus and they have this nice firmware-plugin https://github.com/keyboardio/Kaleidoscope/tree/master/plugins/Kaleidoscope-AutoShift Would it be complicated to implement this with these macros? Any suggestions or hints?

Thanks.

kareltucek commented 2 years ago

Hi!

I think this should suffice:

delayUntilReleaseMax 350
ifPlaytime 350 final tapKey S
tapKey s
swerter commented 2 years ago

thanks a lot for your help.