issues
search
sago35
/
tinygo-keyboard
USB HID keyboard firmware for tinygo
MIT License
78
stars
15
forks
source link
Several improvements
#26
Closed
sago35
closed
10 months ago
sago35
commented
10 months ago
In this PR, I made several improvements:
Changed the timing of callbacks to occur after key processing.
Organized key code definitions.
Set key repeat for mouse wheel events.
Changed the behavior to remember the return destination using a stack when transitioning layers.
In this PR, I made several improvements: