# Custom-TinyUSB-HID-Device **Repository Path**: qq2524/Custom-TinyUSB-HID-Device ## Basic Information - **Project Name**: Custom-TinyUSB-HID-Device - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-23 - **Last Updated**: 2026-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Custom TinyUSB HID Device This library provides an Arduino Mouse.h and Keyboard.h compatible API for TinyUSB stack mouse, keyboard, consumer control and gamepad. Copy all files to your "Arduino/libraries". See the "examples" folder for sample sketches. This module simulates the standard Arduino "Mouse.h" API and Arduino "Keyboard.h" API for use with the TinyUSB HID API. Instead of doing #include #include #include Simply do #include ## Redesigned from initial release to be a single library