Issues with volume keys on HID

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
kdb424
Posts: 1
Joined: Sun Sep 23, 2018 9:24 pm

Issues with volume keys on HID

Post by kdb424 » Sun Sep 23, 2018 9:28 pm

I've managed to get a full keyboard working on my pyboard by sending bytestrings on my pyboard using pyb.hid. I however noticed that unlike circuitpython, we do not have a adafruit_hid.consumer_control library, which contains keys like volume. I have been searching around on how it works internally, but haven't been able to sort out how it works, and thus came here to ask how I would accomplish that in micropython.

Post Reply