Clean up APA102 config and add DD mapping (#20159)
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
|
||||
#define ADC_PIN A0
|
||||
|
||||
#define RGB_CI_PIN A2
|
||||
|
||||
// This code does not fit into the really small flash of STM32F103x6 together
|
||||
// with CONSOLE_ENABLE=yes, and the debugging console is probably more
|
||||
// important for the "onekey" testing firmware. In a real firmware you may be
|
||||
|
@@ -11,5 +11,9 @@
|
||||
},
|
||||
"rgblight": {
|
||||
"pin": "A1"
|
||||
},
|
||||
"apa102": {
|
||||
"data_pin": "A1",
|
||||
"clock_pin": "A2"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user