Open mcmillion opened 8 years ago
Not sure what you're missing but I changed the colours of my layer one and two on an Ergodox Infinity. Where/how did you change the values?
Figuring out how to build the firmware and how to properly incorporate my own config required a bit of effort...
I've figured out how to change the backlight color for layer 0 using
STLcdBacklightRed
etc, but as far as I can tell, setting the backlight color for additional layers is currently not working. It appears this previously be set usingSTLcdNumber1Color
, etc. Currently it looks like the only way to change this is to override the values directly insidelcd_scan.c
. Is this correct? Or perhaps I'm missing something that changed?