kamaaina / macropad_tool

tool to program a macropad
50 stars 6 forks source link

Led Instructions #11

Closed favarete closed 6 months ago

favarete commented 6 months ago

Hello, thanks for sharing your tool with us!

I want to try it out, but I'm pretty new to Rust and I'm a little confused about how to make a mapping that deals with the LED configuration. For example, how can I program the keys and make all LEDs a solid red.

Can you add some words/example about that, please?

kamaaina commented 6 months ago

you don't need a mapping to do this. i assume you have a product id of 0x8840 so you can run things from the command line like this: macropad_tool led 1 red

see the help by running: macropad_tool led -h

kamaaina commented 6 months ago

Documentation Updated