Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 707 Bytes

CHANGELOG.md

File metadata and controls

25 lines (19 loc) · 707 Bytes

Change Log

v0.4.1

  • mouse wheel emulation for vertical and horizontal scrolling
  • refactoring

v0.4.0

  • mouse support: both 5-byte Mousesystems protocol and 3-byte SUN protocol are automatically handled

v0.3.1

  • refactoring: extracted USB-related code from NicoHood's HID library, so project is no longer required as a submodule

v0.3.0

  • switched to NicoHood's HID project instead of the Arduino core library for USB HID
  • boot protocol support
  • keyboard LEDs now properly controlled by host
  • refactoring

v0.2.0

  • macros for fun cluster keys
  • several configuration items
  • bug fixes

Holiday Hack

  • initial version with base functionality