kata0510 / Lily58

6×4+4keys column-staggered split keyboard.
https://kata0510.github.io/Lily58-Document/
Other
1.65k stars 402 forks source link

how to enable underglow? #32

Open koraysels opened 2 years ago

koraysels commented 2 years ago

hi, i soldered some ws2812 led strips to the pins but how do I make them glow ? EDIT: i found it! I used mikefightsbears mapping and it workds now.. only for the left side but maybe that is the wiring ..

thanks!

MihaelN commented 2 years ago

I had the same issue not long ago, I had to update the code to ensure all LED properties have been defined and that left and right half communicate with each other. Take a look inside my repository for more information.

Make sure you have defined LED in the config.h like this.

Also take a look inside keymap.c, I have small snippet running different settings here.

edit: This is all under the assumption that you wired ws2812 correctly.