dekuNukem / duckyPad

Do-It-All Mechanical Macropad
MIT License
1.22k stars 169 forks source link

Receive events on the pad #75

Open PaulBGD opened 3 years ago

PaulBGD commented 3 years ago

Something cool could be to receive events on the duckypad. Like if you receive a notification, you could change the light of a key, or maybe even add something to the screen. I think there's a lot of possibilities with this, although the configuration seems like it could get messy.

dekuNukem commented 3 years ago

you already can! well sort of...

duckyPad supports receiving HID commands from PC to control it, right now it is used for autoswitcher functionalities such as read/write files and change profiles, I do have plans to add more I'm really busy right now. Still it's definitely not off the table!

https://github.com/dekuNukem/duckyPad-profile-autoswitcher/blob/master/HID_details.md

PaulBGD commented 3 years ago

Oh interesting! Yeah I noticed in the unicode issue you mention the flash and memory are pretty full right now, I imagine that might have to be improved before more features are added.