Remove split.transport.protocol=serial (#24191)

This commit is contained in:
Joel Challis 2024-07-24 22:11:18 +01:00 committed by GitHub
parent c25b3bbe90
commit f98ddf02f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 0 additions and 10 deletions

View file

@ -44,7 +44,6 @@
"pin": "GP1"
},
"transport": {
"protocol": "serial",
"sync": {
"indicators": true,
"layer_state": true,

View file

@ -44,7 +44,6 @@
"pin": "GP1"
},
"transport": {
"protocol": "serial",
"sync": {
"indicators": true,
"layer_state": true,

View file

@ -45,9 +45,6 @@
},
"serial": {
"pin": "D2"
},
"transport": {
"protocol": "serial"
}
},
"community_layouts": ["split_3x5_2"],

View file

@ -26,7 +26,6 @@
"split": {
"enabled": true,
"transport": {
"protocol": "serial",
"sync" :{
"indicators": true
}

View file

@ -26,7 +26,6 @@
"split": {
"enabled": true,
"transport": {
"protocol": "serial",
"sync" :{
"indicators": true
}

View file

@ -51,9 +51,6 @@
"handedness": {
"pin": "B6"
},
"transport": {
"protocol": "serial"
},
"serial": {
"pin": "D0"
}