Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arduino Leonardo/Micro - Add support for USB keyboard LED reports #2275

Closed
Mr-Click opened this issue Aug 30, 2014 · 2 comments
Closed

Arduino Leonardo/Micro - Add support for USB keyboard LED reports #2275

Mr-Click opened this issue Aug 30, 2014 · 2 comments
Assignees
Labels
Component: USB Device Opposed to USB Host. Related to the USB subsystem (SerialUSB, HID, ...)
Milestone

Comments

@Mr-Click
Copy link

Dear Arduino Developers,

I recently bought an Aruino Mirco and I'm struggling to retrive LED reports from host machine.
On Arduino forum I found a patch (not tested) that should solve the issue (see http://forum.arduino.cc/index.php?topic=173583.0 )

Why not patching the HID implemetation on arduino IDE to include LED reports?

regards,
Valerio

@NicoHood
Copy link
Contributor

Nice! A Possible solution can be found here:
https://github.com/NicoHood/HID

NicoHood pushed a commit to NicoHood/HID that referenced this issue Dec 9, 2014
arduino/Arduino#2275 (comment)
Added Led Out Report (with definition)
Is the getLEDs() name okay?
Adds 44 bytes flash if activated

Added missing Keyboard + Mouse definitions
Changed Mouse HID report a bit

Added definitions to en/disable current reports
No bigger changes to the HID Api were made
@cmaglie cmaglie added the Component: USB Device Opposed to USB Host. Related to the USB subsystem (SerialUSB, HID, ...) label Sep 4, 2015
@facchinm
Copy link
Member

Closing with #1803, please use @NicoHood Pluggable HID library ( https://github.com/NicoHood/HID/tree/dev_2_4) to get Keyboard leds working with the standard core

@ffissore ffissore modified the milestone: Release 1.6.6 Sep 23, 2015
obra pushed a commit to keyboardio/Kaleidoscope that referenced this issue Dec 14, 2023
arduino/Arduino#2275 (comment)
Added Led Out Report (with definition)
Is the getLEDs() name okay?
Adds 44 bytes flash if activated

Added missing Keyboard + Mouse definitions
Changed Mouse HID report a bit

Added definitions to en/disable current reports
No bigger changes to the HID Api were made
obra pushed a commit to keyboardio/Kaleidoscope that referenced this issue Dec 14, 2023
arduino/Arduino#2275 (comment)
Added Led Out Report (with definition)
Is the getLEDs() name okay?
Adds 44 bytes flash if activated

Added missing Keyboard + Mouse definitions
Changed Mouse HID report a bit

Added definitions to en/disable current reports
No bigger changes to the HID Api were made
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: USB Device Opposed to USB Host. Related to the USB subsystem (SerialUSB, HID, ...)
Projects
None yet
Development

No branches or pull requests

5 participants