« Previous -
Version 6/7
(diff) -
Next » -
Current version
J. Simmons, 10/26/2017 02:21 am
HID Resources¶
Arduino HID Libraries¶
- Mouse and Keyboard libraries
- Keyboard Modifiers
- Joystick Library
Custom USB PID¶
TL;DR - This is something we will want to do for v1.0 not v0.4. It will allow use to identify Holoseat as Holoseat and not a Feather, Arduino, etc. This will be important for drivers on Windows and to make it easier for the serial client to identify the Holoseat via the description. We should still go ahead and register for a PID now so we have it reserved.
- PID.Codes How To
- is it possible to Rename the HID Controller
- Simple Arduino-based USB VID & PID tester
- Compiling Arduino Caterina with New VID/PID
- OSHWA FAQ: What’s a USB vendor ID (VID) and product ID (PID) and what should I do about them?
- How to obtain an USB VID/PID for your project *