From 10209267e6ba93e0c48e4692d8a7195d7d3d0ad2 Mon Sep 17 00:00:00 2001 From: Wolf Van Herreweghe Date: Mon, 4 Dec 2023 10:21:36 +0100 Subject: [PATCH] Update keyboards/mode/m60h_f/config.h Co-authored-by: Ryan --- keyboards/mode/m60h_f/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/keyboards/mode/m60h_f/config.h b/keyboards/mode/m60h_f/config.h index cf430988f31..57e095705a1 100644 --- a/keyboards/mode/m60h_f/config.h +++ b/keyboards/mode/m60h_f/config.h @@ -7,7 +7,6 @@ #define WS2812_PWM_DRIVER PWMD4 #define WS2812_PWM_CHANNEL 4 -#define WS2812_PWM_PAL_MODE 2 #define WS2812_DMA_STREAM STM32_DMA1_STREAM6 // DMA Stream for TIMx_UP, see the respective reference manual for the appropriate values for your MCU. #define WS2812_DMA_CHANNEL 2 // DMA Channel for TIMx_UP, see the respective reference manual for the appropriate values for your MCU. #define WS2812_PWM_TARGET_PERIOD 800000 \ No newline at end of file