Skip to content

HID Project 2.4

Compare
Choose a tag to compare
@NicoHood NicoHood released this 06 Nov 21:57
· 163 commits to master since this release

A lot of changes were made to the official Arduino IDE. HoodLoader2 is now natively supported and pluggable USB and HID was introduced. Version 2.4 not only adapts those features, it adds even more functions compared to previous versions of HID Project. A lot of fixes and inner structures were made to accomplish this.

Different Keyboard layouts are not integrated into the current version since IDE 1.6.6 was released faster than expected. Other bugs might appear, feel free to report them.

HID Project 2.4 can now be downloaded via library manager. Older versions might appear as well but wont work (since at that time it was a whole core, not a library).

2.4 Release (06.11.2015)
* Added Arduino IDE 1.6.6 compatibility with Pluggable HID
* Improved Pluggable HID (see Arduyuino changelog for my improvements)
* Changed USB-Core into a simple library, only made possible with Pluggable HID
* Removed HID presets in boards menu (like mouse + keyboard + consumer + system)
* Added NKRO Keyboard
* Added Led report for Keyboard
* Added 1 Linux consumer key for keyboard
* Added BootKeyboard/Mouse support (BIOS compatibility)
* Added RawHID
* Added a few key definitions
* Renew whole Keyboard API and its definitions via enum
* Uses .alinkage custom IDE option
* Improved and updated examples
* A lot of other minor and major fixes I missed to mention.