Releases: sago35/tinygo-keyboard
Releases · sago35/tinygo-keyboard
0.6.0
This release adds support for Combos in Vial.
- Add support for Vial's Combos
- Add
Additional Resources
to README.md - Add device.GetKeyboardCount() (#43)
- Added IO-Expander keyboard (#44)
- Add KeyMediaBrightnessDown and KeyMediaBrightnessUp (#45)
- Fix the issue where
time.Tick
was not working properly (#49) - Change the operation of ws2812 to use piolib
- Update parameter of ADCDevice (#52)
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