1
0
Fork 0

Migrate SERIAL_DRIVER to json (#23925)

This commit is contained in:
Joel Challis 2024-07-13 13:12:35 +01:00 committed by GitHub
parent 1552cf2ddc
commit 26e84c513c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
127 changed files with 202 additions and 86 deletions

View file

@ -10,6 +10,11 @@
{"pin_a": "GP8", "pin_b": "GP9"}
]
},
"split": {
"serial": {
"driver": "vendor"
}
},
"ws2812": {
"pin": "GP29",
"driver": "vendor"

View file

@ -1,2 +1 @@
SERIAL_DRIVER = vendor
SRC += lib/oled.c

View file

@ -21,6 +21,9 @@
"split": {
"enabled": true,
"soft_serial_pin": "GP0",
"serial": {
"driver": "vendor"
},
"transport": {
"sync": {
"layer_state": true

View file

@ -1,3 +1,2 @@
SERIAL_DRIVER = vendor
POINTING_DEVICE_DRIVER = analog_joystick
SRC += lib/oled.c