mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
Solderable proto testing
This commit is contained in:
parent
4f30fb499b
commit
557c0bd5ab
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user