Skip to content

Releases: sago35/tinygo-keyboard

0.5.0

16 Apr 23:59
Compare
Choose a tag to compare
  • Add support for vial macros (#40)

0.4.0

29 Feb 11:59
Compare
Choose a tag to compare
  • Add suport for Vial's Matrix tester (#30)
  • Add xiao-rp2040 for sg48key, improve joystick (#32)
  • Add magic word for vial-gui (#21)
  • kbrotary: switch to use tinygo-org/drivers v0.27.0 (#37)

0.3.0

30 Jan 13:43
79ff3fe
Compare
Choose a tag to compare
  • 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

23 Aug 11:52
98ca7cf
Compare
Choose a tag to compare

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