# NicoHood/HID

Bring enhanced HID functions to your Arduino!

Repository: https://github.com/NicoHood/HID
Canonical: https://ross.abutalabs.com/products/hid
Homepage: http://www.nicohood.de
Language: C
License: MIT
License Family: permissive
Last push: 2024-03-21T03:35:52+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4474, "days_push": 895, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2565, forks 417 (observed 2026-08-28T04:07:01.156938+00:00)

## What it is
An Arduino library that adds enhanced USB HID functionality to standard Arduino boards, enabling them to act as keyboards, mice, gamepads, and other HID devices. It supports a wide range of AVR and SAMD boards, including via HoodLoader2, and offers features like NKRO keyboards, consumer/media keys, and RawHID.

## Use cases
- make an Arduino act as a keyboard or mouse
- send media keys from a microcontroller
- build a custom USB gamepad with Arduino
- emulate an NKRO keyboard on a Leonardo or Pro Micro
- send raw HID reports to a PC from Arduino
- add a Surface Dial emulator to a project

## When to choose
- you need advanced HID device emulation on Arduino boards like Leonardo, Micro, or Uno with HoodLoader2
- you want NKRO keyboard, gamepad, or consumer key support beyond the stock Arduino Keyboard/Mouse libraries
- you need boot protocol keyboard/mouse support for BIOS compatibility

## When to avoid
- your board is an Arduino Due (ATSAM3 is unsupported)
- you need USB host functionality rather than device emulation
- you are not working with Arduino-compatible hardware

## Facets
- artifact type: library
- maturity: stable
- function: embedded, sdk, developer-tools
- domain: embedded-systems, hardware, developer-tools
- platform: embedded, iot, cpp, c
- tags: arduino, hid, usb, keyboard, mouse, gamepad, rawhid

## Member repositories
- NicoHood/HID (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:01.156938+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:23:24.580978+00:00, confidence not recorded.
  - readme: https://github.com/NicoHood/HID (fetched 2026-08-28T04:07:01.156938+00:00, sha ecda4721dd94)
  - homepage: http://www.nicohood.de (fetched 2026-08-29T10:05:57.465937+00:00, sha f5c785d9c00c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
