Skip to content

Releases: rgrizzell/lilygo-t-deck-keyboard

v0.1.0

06 Dec 06:12
Compare
Choose a tag to compare

Release Notes

  • Keypress Buffer - Key presses are stored for the host to retrieve.
  • I2C Commands - Capable of receiving commands from the host.
  • Log Output - Helpful information is printed to UART.
  • Major code refactoring and readability improvements.

v0.1.0-alpha

04 Dec 06:40
e655a1f
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release
  • 🌟 Buffered Key Presses 🌟
    • Utilizing a FIFO queue to ensure no input is lost between I2C reads
    • Supports all printable and control characters
  • Improved Modifiers and Hotkeys
    • Hot keys no longer register key press events unless addKeyEvent() is called
    • Symbols require press-and-hold, just like the Shift key
  • Bi-directional I2C Communication
    • I2C writes are now recognized
    • In the near feature, this feature will be used more extensively
  • Revised grammar and better inline documentation
  • Improved UART debug output
  • Automated build and release pipelines