Migrate split.soft_serial_pin to split.serial.pin O-Z (#24146)

Migrate split.soft_serial_pin to split.serial.pin
This commit is contained in:
Joel Challis 2024-07-23 12:12:52 +01:00 committed by GitHub
parent df2d30fd2c
commit ce1adce696
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
95 changed files with 282 additions and 108 deletions

View File

@ -30,7 +30,9 @@
"levels": 7
},
"split": {
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"tapping": {
"term": 120

View File

@ -30,7 +30,9 @@
"levels": 7
},
"split": {
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"tapping": {
"term": 120

View File

@ -20,7 +20,9 @@
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"tapping": {
"term": 120

View File

@ -20,7 +20,9 @@
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"tapping": {
"term": 120

View File

@ -20,7 +20,9 @@
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"tapping": {
"term": 120

View File

@ -20,7 +20,9 @@
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"tapping": {
"term": 120

View File

@ -20,7 +20,9 @@
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"tapping": {
"term": 120

View File

@ -20,7 +20,9 @@
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"tapping": {
"term": 120

View File

@ -20,7 +20,9 @@
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"tapping": {
"term": 120

View File

@ -24,7 +24,9 @@
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"tapping": {
"term": 120

View File

@ -20,7 +20,9 @@
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"tapping": {
"term": 120

View File

@ -20,7 +20,9 @@
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"tapping": {
"term": 120

View File

@ -13,7 +13,9 @@
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"processor": "atmega32u4",
"bootloader": "caterina",

View File

@ -13,7 +13,9 @@
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"processor": "atmega32u4",
"bootloader": "caterina",

View File

@ -13,7 +13,9 @@
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"processor": "atmega32u4",
"bootloader": "halfkay",

View File

@ -30,7 +30,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "E6",
"serial": {
"pin": "E6"
},
"transport": {
"sync_matrix_state": true
},

View File

@ -34,9 +34,9 @@
"pin": "B9"
},
"serial": {
"driver": "usart"
},
"soft_serial_pin": "A9"
"driver": "usart",
"pin": "A9"
}
},
"processor": "STM32F401",
"bootloader": "stm32-dfu",

View File

@ -14,7 +14,9 @@
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"processor": "atmega32u4",
"bootloader": "caterina",

View File

@ -14,7 +14,9 @@
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"processor": "atmega32u4",
"bootloader": "caterina",

View File

@ -29,7 +29,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"processor": "atmega32u2",
"bootloader": "atmel-dfu",

View File

@ -35,13 +35,15 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D2",
"encoder": {
"right": {
"rotary": [
{"pin_a": "B2", "pin_b": "B3", "resolution": 2}
]
}
},
"serial": {
"pin": "D2"
}
},
"processor": "atmega32u4",

View File

@ -40,13 +40,15 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D3",
"encoder": {
"right": {
"rotary": [
{"pin_a": "F4", "pin_b": "F5"}
]
}
},
"serial": {
"pin": "D3"
}
},
"rgblight": {

View File

@ -66,9 +66,9 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "GP0",
"serial": {
"driver": "vendor"
"driver": "vendor",
"pin": "GP0"
}
},
"url": "https://github.com/dlford/quokka",

View File

@ -40,7 +40,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"qmk": {
"locking": {

View File

@ -30,7 +30,9 @@
]
}
},
"soft_serial_pin": "D3"
"serial": {
"pin": "D3"
}
},
"url": "https://www.rainkeebs.mx",
"usb": {

View File

@ -15,7 +15,9 @@
"handedness": {
"pin": "D0"
},
"soft_serial_pin": "D3"
"serial": {
"pin": "D3"
}
},
"processor": "atmega32u4",
"bootloader": "caterina"

View File

@ -15,7 +15,9 @@
"handedness": {
"pin": "D1"
},
"soft_serial_pin": "D0",
"serial": {
"pin": "D0"
},
"matrix_pins": {
"right": {
"cols": ["C7", "B7", "B6", "B5", "B4", "B3", "B2", "C6", "D4"],

View File

@ -26,7 +26,9 @@
"handedness": {
"pin": "D3"
},
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"processor": "atmega32u4",
"bootloader": "caterina",

View File

@ -8,7 +8,9 @@
},
"diode_direction": "COL2ROW",
"split": {
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"ws2812": {
"pin": "D3"

View File

@ -33,7 +33,9 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"processor": "atmega32u4",
"bootloader": "caterina",

Some files were not shown because too many files have changed in this diff Show More