You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first want to say big thanks for the application it has helped me get started very nicely, first keyboard built (and learnt soldering) so having this really sped up testing my own layouts for first time.
Case
Currently I am having to set colors manually so I get exactly what I want which is a bit of a pain when trying to use the editor for other modifications as that pushes to branch which builds, I then modify locally and push again to wait for another build with exact values
Suggestion
I would love a more granular colour selector i.e a Hue, Saturation and Brightness input below the colour map/slider
Something like https://www.npmjs.com/package/@uiw/react-color-editable-input-hsla (I think I saw you using react-color?)
Can of course hide the alpha value since it won't be needed
Again thanks for this editor 😄
The text was updated successfully, but these errors were encountered:
I can take a look, I don't think it should be too much trouble even if I'm just slapping my own input fields on. One thing to note, however, is that these colour space mappings aren't always perfect. ZMK does its own conversion from HSV to RGB, and different LEDs (or LED manufacturers, maybe) may not reproduce the exact same colours.
I can see how grueling it would be to go through that process repeatedly looking for the right colour as it appears on your keyboard.
Hello, first want to say big thanks for the application it has helped me get started very nicely, first keyboard built (and learnt soldering) so having this really sped up testing my own layouts for first time.
Case
Currently I am having to set colors manually so I get exactly what I want which is a bit of a pain when trying to use the editor for other modifications as that pushes to branch which builds, I then modify locally and push again to wait for another build with exact values
Suggestion
I would love a more granular colour selector i.e a Hue, Saturation and Brightness input below the colour map/slider
Something like https://www.npmjs.com/package/@uiw/react-color-editable-input-hsla (I think I saw you using react-color?)
Can of course hide the alpha value since it won't be needed
Again thanks for this editor 😄
The text was updated successfully, but these errors were encountered: