Releases: rgrizzell/lilygo-t-deck-keyboard
Releases · rgrizzell/lilygo-t-deck-keyboard
v0.1.0
v0.1.0-alpha
- 🌟 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
- Hot keys no longer register key press events unless
- 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