Migrate rgblight.pin
and RGB_DI_PIN
to ws2812.pin
(#20303)
This commit is contained in:
@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#pragma once
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
#define RGB_DI_PIN A7
|
||||
#define RGBLED_NUM 22
|
||||
#define RGBLIGHT_LIMIT_VAL 255
|
||||
|
||||
|
@@ -17,6 +17,7 @@
|
||||
"caps_lock": "A4"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "A7",
|
||||
"driver": "spi"
|
||||
},
|
||||
"processor": "STM32F103",
|
||||
|
Reference in New Issue
Block a user