SHA256
1
0
Fork
You've already forked HID
0
No description
  • C 77.6%
  • C++ 22.2%
  • Makefile 0.2%
Find a file
2024年06月23日 17:29:48 +02:00
.github Create FUNDING.yml 2021年07月14日 11:46:47 +02:00
examples Rename example 2021年03月10日 19:21:59 +01:00
extras Added udev rule example 2015年12月19日 01:44:47 +01:00
src fix: german, quick and dirty 2024年06月23日 17:29:48 +02:00
.editorconfig Added editorconfig 2021年07月14日 07:59:07 +02:00
.gitmodules Removed not required wiki submodule 2021年07月14日 10:06:48 +02:00
CHANGELOG.md Release 2.8.4 2022年09月24日 00:00:41 +02:00
header.jpg Added Wiki link 2015年01月18日 13:44:07 +01:00
keywords.txt Fix NKRO example issue #64 2015年11月30日 17:59:50 +01:00
library.properties Release 2.8.4 2022年09月24日 00:00:41 +02:00
LICENSE Added LICENSE file 2021年07月14日 09:26:57 +02:00
Readme.md Update readme 2021年07月14日 10:03:48 +02:00

Arduino HID Project

Header Picture

This project went through a lot of phases and has now reached a new Arduino (削除) USB-Core (削除ここまで) Library with a lot of new functions like extended HID. It also supports HoodLoader2 (version 1 is no longer supported). The idea is to enable enhanced USB functions to almost all 'standard' Arduino boards.

Buy Me A Coffee

Supported Arduinos (IDE 1.6.7 or higher!):

  • Uno (with HoodLoader2)
  • Mega (with HoodLoader2)
  • Leonardo
  • (Pro)Micro
  • Any other 8u2/16u2/at90usb8/162/32u2/32u4 compatible board
  • Zero
  • MKR1000
  • Any other Samd21 compatible board
  • No ATSAM3 support (Due, etc)

Supported HID devices:

  • Keyboard with Leds out (8 modifiers + 6 keys pressed at the same time, + 1 limited linux consumer key)
  • (削除) Teensy Keyboard with different keyboard layouts (german, french and many more) (削除ここまで) soon
  • NKRO Keyboard with Leds out (press up to 113 keys at the same time)
  • Mouse (5 buttons, move, wheel)
  • BootKeyboard/BootMouse BIOS protocol support
  • Absolute Mouse
  • Consumer/Media Keys (4 keys for music player, web browser and more)
  • System Key (for PC standby/shutdown)
  • Gamepad (32 buttons, 4 16bit axis, 2 8bit axis, 2 D-Pads)
  • RawHID
  • SurfaceDial
  • Each device is available as single or multi report device (except RawHID)

See the wiki for more information about features etc.

Wiki

All documentation moved to the wiki page.

Contact

www.nicohood.de

If you have any questions, please ask at the Github Discussions Page.