Skip to content

Commit ebe0c89

Browse files
committed
Remove define which triggers a QMK bug
If SELECT_SOFT_SERIAL_SPEED is defined, it triggers a QMK bug. A JSON with an invalid type is generated. The validation against keyboard.jsonschema fails. We can remove SELECT_SOFT_SERIAL_SPEED because it's set to the default value, anyway. See qmk/qmk_firmware#26003
1 parent 1811210 commit ebe0c89

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
#define SERIAL_USART_RX_PIN A10
6666
#define SERIAL_USART_CONFIG {115200, 3, 0, 0, 0};
6767
#define SERIAL_USART_FULL_DUPLEX
68-
#define SELECT_SOFT_SERIAL_SPEED 1
6968
#define SERIAL_DEBUG
7069

7170
#define SPLIT_TRANSACTION_IDS_USER USER_SYNC_MMS //multimode status

0 commit comments

Comments
 (0)