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
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: