diff options
| author | QMK Bot | 2025-01-03 21:33:57 +0100 |
|---|---|---|
| committer | QMK Bot | 2025-01-03 21:33:57 +0100 |
| commit | e6a08dbc64ff0f0aa1a664d554236b27970ddbba (patch) | |
| tree | fcdc14390d9f529f3b6677e5cdaf5423580d6eae /keyboards | |
| parent | 69f4d2a0868a08b78a06a18cd39e81cf8f356ba8 (diff) | |
| parent | cc3823f767a704cc465fbfdfef5d272aab018bd0 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/handwired/onekey/at_start_f415/config.h | 4 | ||||
| -rw-r--r-- | keyboards/handwired/onekey/at_start_f415/rules.mk | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/at_start_f415/config.h b/keyboards/handwired/onekey/at_start_f415/config.h index 266e45dd00..0e47e813c5 100644 --- a/keyboards/handwired/onekey/at_start_f415/config.h +++ b/keyboards/handwired/onekey/at_start_f415/config.h @@ -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 } diff --git a/keyboards/handwired/onekey/at_start_f415/rules.mk b/keyboards/handwired/onekey/at_start_f415/rules.mk new file mode 100644 index 0000000000..7f2fa62b32 --- /dev/null +++ b/keyboards/handwired/onekey/at_start_f415/rules.mk @@ -0,0 +1 @@ +MCU_LDSCRIPT = AT32F415xC |