system76 / launch

System76 Launch Configurable Keyboard
GNU General Public License v3.0
1.4k stars 60 forks source link

Launch Heavy (1): platforms/avr/drivers/ws2812_bitbang.c:41:18: error: ‘WS2812_DI_PIN’ undeclared #92

Closed jojo2357 closed 11 months ago

jojo2357 commented 11 months ago

Solved by adding

# define WS2812_DI_PIN RGB_DI_PIN

to config.h.

Seems like the new version of the led driver changed the macro name and that was not made to main here

jojo2357 commented 11 months ago

Apologies, this is the wrong repo.