-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HSV numbers in Oryx generated source code #6910
Comments
@XScorpion2 you want to take a crack at explaining this? |
|
@XScorpion2 thanks, appreciate the insight. |
@ransworld we don't have anything to do with the Oryx configurator, so not sure their values will work with our stuff anyway. Hope this helps |
@ransworld The Oryx configurator may be a bit behind QMK master, but we do try to keep it up to date (though, there will always be some lag time). That said, there is already a PR to update the code to include the mentioned PR, so it should be push "soon". |
Thank you for the responses! The HSV number conversion makes sense—thanks for clearing that up. Following one of @XScorpion2's links, I found a chart that should help me find the colours I want. Hopefully Oryx catches up to the QMK master; or even better, incorporates some of the extra features I want, such as tap dancing and macros. |
Well, I have PRs open to get it updated and the color change is one of them. As for the tapdance and macros, I don't expect that to happen, at least any time soon. They're more complicated features, so implementing them in a simple, easy to use way isn't simple. |
Hey @drashna Since the oryx codebase is not open, it's hard to follow when ur PR will be merged. |
The oryx source is, but the repo it uses for the firmware is on github. That said, the fix has been merged in, so it should be identical now. |
@drashna I am still seeing this occur on my Ergodox-EZ when using Oryx. Is there some additional thing I need to do to update the device specifically? |
I'm experiencing a similar thing with Oryx and my Planck EZ, but only with the the predefined colour palettes. If I mix colours manually, I can get fully saturated colours. Edit: I should clarify, the preset colours used to be vibrant—at least at the time of my original post. |
This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs. |
This issue has been automatically closed because it has not had any recent activity. |
Hello,
I recently bought a Planck EZ; and while the Oryx Configurator is made for people like me, I'm hoping to make some simple modifications to the source code generated from my Oryx layout to enable some extra features.
I have successfully flashed my Planck EZ from the source code straight out of Oryx. All of the keymapping seems to be working; but the RGB lighting seems washed out, like there is some kind of colour conversion.
I can see where the colours are referenced in the keymap.c file—my understanding is that they are in HSV format, but all of the numbers appear to be in the 0–255 range. Is this right? Shouldn't HSV be represented as H=0-360°, S=0-100%, V=0-100%?
What is causing the shift in colour? (compared to the same layout compiled with Oryx).
Is it possible to work with RGB values instead of HSV?
Here is the contents of my keymap.c file:
keymap.txt
Let me know if I need to clarify anything!
Randall
Compiled in Oryx:
Compiled manually from Oryx source code:
The text was updated successfully, but these errors were encountered: