1
0
Fork 0

Migrate SPLIT_HAND_PIN to json (#23924)

This commit is contained in:
Joel Challis 2024-07-13 13:29:16 +01:00 committed by GitHub
parent 26e84c513c
commit f0807ea64f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
159 changed files with 243 additions and 800 deletions

View file

@ -23,6 +23,5 @@
#define MOUSEKEY_MAX_SPEED 7
#define MOUSEKEY_WHEEL_DELAY 0
#define SPLIT_HAND_PIN B9
#define SERIAL_USART_DRIVER SD1
#define SERIAL_USART_TX_PAL_MODE 7

View file

@ -30,10 +30,13 @@
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "A9",
"handedness": {
"pin": "B9"
},
"serial": {
"driver": "usart"
}
},
"soft_serial_pin": "A9"
},
"processor": "STM32F401",
"bootloader": "stm32-dfu",