Skip to content

Commit 1c1fcb9

Browse files
KarlK90ptrxyz
authored andcommitted
Use opendrain pin with external pullup again (qmk#14474)
1 parent f84c117 commit 1c1fcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/chibios/drivers/ws2812_pwm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# endif
4747
#else
4848
# if defined(USE_GPIOV1)
49-
# define WS2812_OUTPUT_MODE PAL_MODE_ALTERNATE_PUSHPULL
49+
# define WS2812_OUTPUT_MODE PAL_MODE_ALTERNATE_OPENDRAIN
5050
# else
5151
# define WS2812_OUTPUT_MODE PAL_MODE_ALTERNATE(WS2812_PWM_PAL_MODE) | PAL_OUTPUT_TYPE_OPENDRAIN | PAL_OUTPUT_SPEED_HIGHEST | PAL_PUPDR_FLOATING
5252
# endif

0 commit comments

Comments
 (0)