kiibohd / controller

Kiibohd Controller
GNU General Public License v3.0
807 stars 270 forks source link

Ability to change backlight color for additional layers #152

Open mcmillion opened 8 years ago

mcmillion commented 8 years ago

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 using STLcdNumber1Color, etc. Currently it looks like the only way to change this is to override the values directly inside lcd_scan.c. Is this correct? Or perhaps I'm missing something that changed?

BartVB commented 7 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...