Remove split.transport.protocol=serial (#24191)
This commit is contained in:
parent
c25b3bbe90
commit
f98ddf02f4
6 changed files with 0 additions and 10 deletions
|
@ -44,7 +44,6 @@
|
||||||
"pin": "GP1"
|
"pin": "GP1"
|
||||||
},
|
},
|
||||||
"transport": {
|
"transport": {
|
||||||
"protocol": "serial",
|
|
||||||
"sync": {
|
"sync": {
|
||||||
"indicators": true,
|
"indicators": true,
|
||||||
"layer_state": true,
|
"layer_state": true,
|
||||||
|
|
|
@ -44,7 +44,6 @@
|
||||||
"pin": "GP1"
|
"pin": "GP1"
|
||||||
},
|
},
|
||||||
"transport": {
|
"transport": {
|
||||||
"protocol": "serial",
|
|
||||||
"sync": {
|
"sync": {
|
||||||
"indicators": true,
|
"indicators": true,
|
||||||
"layer_state": true,
|
"layer_state": true,
|
||||||
|
|
|
@ -45,9 +45,6 @@
|
||||||
},
|
},
|
||||||
"serial": {
|
"serial": {
|
||||||
"pin": "D2"
|
"pin": "D2"
|
||||||
},
|
|
||||||
"transport": {
|
|
||||||
"protocol": "serial"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"community_layouts": ["split_3x5_2"],
|
"community_layouts": ["split_3x5_2"],
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
"split": {
|
"split": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"transport": {
|
"transport": {
|
||||||
"protocol": "serial",
|
|
||||||
"sync" :{
|
"sync" :{
|
||||||
"indicators": true
|
"indicators": true
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
"split": {
|
"split": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"transport": {
|
"transport": {
|
||||||
"protocol": "serial",
|
|
||||||
"sync" :{
|
"sync" :{
|
||||||
"indicators": true
|
"indicators": true
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,9 +51,6 @@
|
||||||
"handedness": {
|
"handedness": {
|
||||||
"pin": "B6"
|
"pin": "B6"
|
||||||
},
|
},
|
||||||
"transport": {
|
|
||||||
"protocol": "serial"
|
|
||||||
},
|
|
||||||
"serial": {
|
"serial": {
|
||||||
"pin": "D0"
|
"pin": "D0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue