Move SOFT_SERIAL_PIN
to data driven (#19863)
This commit is contained in:
parent
2da0827d4f
commit
8f6c228adb
561 changed files with 845 additions and 885 deletions
|
@ -34,7 +34,7 @@
|
|||
#define RGBLIGHT_EFFECT_RGB_TEST
|
||||
#define RGBLIGHT_EFFECT_ALTERNATING
|
||||
#define RGBLIGHT_EFFECT_TWINKLE
|
||||
#define SOFT_SERIAL_PIN D0
|
||||
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
#define MASTER_RIGHT
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x1827",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"split": {
|
||||
"soft_serial_pin": "D0"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu",
|
||||
"layouts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue