diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-20 08:12:19 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-20 08:12:19 +1100 |
commit | 65a80f411f03be466d0b74c5b1d44f161e19ac7e (patch) | |
tree | 8d50fe66e700167fa758eb2763a7be6eb10a2c7f /keyboards/handwired/onekey/nucleo_f446re | |
parent | 3c144fac5e2b634166f6b9cc0fc45029d63d3398 (diff) |
Clean up APA102 config and add DD mapping (#20159)
Diffstat (limited to 'keyboards/handwired/onekey/nucleo_f446re')
-rw-r--r-- | keyboards/handwired/onekey/nucleo_f446re/config.h | 2 | ||||
-rw-r--r-- | keyboards/handwired/onekey/nucleo_f446re/info.json | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/handwired/onekey/nucleo_f446re/config.h b/keyboards/handwired/onekey/nucleo_f446re/config.h index 52fe25dc8c..c6c04ed615 100644 --- a/keyboards/handwired/onekey/nucleo_f446re/config.h +++ b/keyboards/handwired/onekey/nucleo_f446re/config.h @@ -7,8 +7,6 @@ #define BACKLIGHT_PWM_CHANNEL 3 #define BACKLIGHT_PAL_MODE 2 -#define RGB_CI_PIN B13 - #define ADC_PIN A0 #define SOLENOID_PINS { B12, B13, B14, B15 } diff --git a/keyboards/handwired/onekey/nucleo_f446re/info.json b/keyboards/handwired/onekey/nucleo_f446re/info.json index 6b9206f987..2438c6e482 100644 --- a/keyboards/handwired/onekey/nucleo_f446re/info.json +++ b/keyboards/handwired/onekey/nucleo_f446re/info.json @@ -11,5 +11,9 @@ }, "rgblight": { "pin": "A0" + }, + "apa102": { + "data_pin": "A0", + "clock_pin": "B13" } } |