Move SOFT_SERIAL_PIN
to data driven (#19863)
This commit is contained in:
@@ -48,7 +48,6 @@
|
||||
#define RGBLED_SPLIT { 21, 21 } // Number of LEDs
|
||||
#define RGBLIGHT_LIMIT_VAL 100
|
||||
|
||||
#define SOFT_SERIAL_PIN D2
|
||||
#define SELECT_SOFT_SERIAL_SPEED 1
|
||||
/*Sets the protocol speed when using serial communication*/
|
||||
//Speeds:
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x0000",
|
||||
"device_version": "0.0.5"
|
||||
},
|
||||
"split": {
|
||||
"soft_serial_pin": "D2"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
Reference in New Issue
Block a user