Releases: sago35/tinygo-keyboard
Releases · sago35/tinygo-keyboard
0.5.0
0.4.0
0.3.0
- Add debounce processing
- Change the processing interval to 1ms
- Add the functionality to revert to the default keymap
- Modify to always maintain 6 layers
- Add To(x) for layer switching
- Adjust the timing when callbacks are invoked
- Modifi to repeat mouse wheel events as keypresses
- Improve consideration of the order of layer key presses
- Keyboard support
- Add targets/gobadge
- Add targets/sg60h
- Add targets/sg48key
0.2.0
This release adds Vial support.
Yes, from now on keymap changes can be implemented from the browser.
Vial Web
https://vial.rocks/
https://get.vial.today/
Important Notes
The following must be commented out in tinygo's src/runtime/gc_blocks.go
https://github.com/tinygo-org/tinygo/blob/v0.28.1/src/runtime/gc_blocks.go#L281