Solderable proto testing

This commit is contained in:
Gondolindrim 2024-09-24 01:38:03 -03:00
parent 4f30fb499b
commit 557c0bd5ab
No known key found for this signature in database
GPG Key ID: A44E7AEDE212F56C
5 changed files with 0 additions and 9 deletions

View File

@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LOCKING_SUPPORT_ENABLE #define LOCKING_SUPPORT_ENABLE
#define LOCKING_RESYNC_ENABLE #define LOCKING_RESYNC_ENABLE
#define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_SWIRL+5
#define WS2812_PWM_COMPLEMENTARY_OUTPUT #define WS2812_PWM_COMPLEMENTARY_OUTPUT
#define WS2812_PWM_DRIVER PWMD1 #define WS2812_PWM_DRIVER PWMD1
#define WS2812_PWM_CHANNEL 3 #define WS2812_PWM_CHANNEL 3

View File

@ -18,8 +18,5 @@
#include_next <mcuconf.h> #include_next <mcuconf.h>
#undef STM32_PWM_USE_ADVANCED
#define STM32_PWM_USE_ADVANCED TRUE
#undef STM32_PWM_USE_TIM1 #undef STM32_PWM_USE_TIM1
#define STM32_PWM_USE_TIM1 TRUE #define STM32_PWM_USE_TIM1 TRUE

View File

@ -16,15 +16,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#define LOCKING_SUPPORT_ENABLE
#define LOCKING_RESYNC_ENABLE
#define BACKLIGHT_PWM_DRIVER PWMD3 #define BACKLIGHT_PWM_DRIVER PWMD3
#define BACKLIGHT_PWM_CHANNEL 4 #define BACKLIGHT_PWM_CHANNEL 4
#define BACKLIGHT_PWM_PAL_MOPDE 2 #define BACKLIGHT_PWM_PAL_MOPDE 2
#define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_SWIRL+5
#define WS2812_PWM_COMPLEMENTARY_OUTPUT #define WS2812_PWM_COMPLEMENTARY_OUTPUT
#define WS2812_PWM_DRIVER PWMD1 #define WS2812_PWM_DRIVER PWMD1
#define WS2812_PWM_CHANNEL 3 #define WS2812_PWM_CHANNEL 3