#Is there a way to send a signal from
1 messages · Page 1 of 1 (latest)
I'm setting up my keybow2040. Using one key as a toggle for system wide mic mute. I would like to keep the key led lit when Mute is on. But I would like to query that from my system, not just assume it worked. It would also fall out of sync if I toggle via some other route. So I'm wondering if its technically possible to send a signal to the board when I'm using it as a hid that I can capture in my circuitpython script? Working with the adafruit_hid.keyboard lib. ANy advice or guidance welcome.
I'm assuming its possible because the serial connection? but not sure what libs i should be looking at or where to start for that