skraus-dev / cherryrgb-rs

Cherry RGB Keyboard - Multi platform tool to set RGB LEDs for Cherry keyboards
MIT License
41 stars 3 forks source link

Custom color profile files #20

Closed luv4bytes closed 1 year ago

luv4bytes commented 1 year ago

I added the first part of #14.

It is possible to pass a color profile file as an argument now. I created a new subcommand for this, because the custom-colors subcommand uses positional arguments for the passed colors and I thought it might be a good idea to not mess around with this.

I also added an example of a color profile file in a new folder called examples and edited the README to include the new feature.

Please review and let me know if something should be done differently 😄

luv4bytes commented 1 year ago

Closing this due to clippy. Corrected version incoming :)