8000 Add multimedia keypress support · Issue #5 · adafruit/Adafruit_CircuitPython_HID · GitHub
[go: up one dir, main page]

Skip to content

Add multimedia keypress support #5

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

Closed
ladyada opened this issue Aug 15, 2017 · 4 comments
Closed

Add multimedia keypress support #5

ladyada opened this issue Aug 15, 2017 · 4 comments

Comments

@ladyada
Copy link
Member
ladyada commented Aug 15, 2017

requires a different kind of report?
http://www.microchip.com/forums/m859944.aspx

@dhalbert
Copy link
Collaborator

We need to add the "Consumer Usage Page" (0x0C) to the USB HID descriptor for the keyboard, and then the report is different as well. So there are changes both in CPy itself and in the library.

@ladyada
Copy link
Member Author
ladyada commented Aug 15, 2017

yah its a bit more work but MMKeys are really handy to make controllers for computers, i made a trinket + rotary encoder HID controller...would be rad if it controlled computer volume :)

@dhalbert
Copy link
Collaborator

I found that project and code. Will look into this. ASF3 doesn't appear to support this out of the box - we'll have to augment it. I'll look at ASF4 too.

@tannewt
Copy link
Member
tannewt commented Aug 15, 2017

@dhalbert can you file an issue in adafruit/circuitpython for it and mark it for 3.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
0