mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-01 19:52:08 +01:00
Update some changes for AT32F415 (#24766)
* Fixed SPI can't compiled issue * Added solenoid support and use 256KB ldscript for Onekey board
This commit is contained in:
@@ -8,3 +8,7 @@
|
||||
|
||||
#define BACKLIGHT_PWM_DRIVER PWMD5
|
||||
#define BACKLIGHT_PWM_CHANNEL 1
|
||||
|
||||
#define SOLENOID_PIN B12
|
||||
#define SOLENOID_PINS { B12, B13, B14, B15 }
|
||||
#define SOLENOID_PINS_ACTIVE_STATE { high, high, low }
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
MCU_LDSCRIPT = AT32F415xC
|
||||
Reference in New Issue
Block a user