Skip to content

Commit

Permalink
Remove PWM advanced check for WS2812 driver (qmk#22830)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored and itsjonny96 committed Jan 6, 2024
1 parent f0d3260 commit 783b7ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions platforms/chibios/drivers/ws2812_pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@
#ifndef WS2812_PWM_COMPLEMENTARY_OUTPUT
# define WS2812_PWM_OUTPUT_MODE PWM_OUTPUT_ACTIVE_HIGH
#else
# if !STM32_PWM_USE_ADVANCED
# error "WS2812_PWM_COMPLEMENTARY_OUTPUT requires STM32_PWM_USE_ADVANCED == TRUE"
# endif
# define WS2812_PWM_OUTPUT_MODE PWM_COMPLEMENTARY_OUTPUT_ACTIVE_HIGH
#endif

Expand Down

0 comments on commit 783b7ff

Please sign in to comment.