mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-12 22:44:11 +00:00
Add PR suggestions
This commit is contained in:
parent
f788141a03
commit
d946eaccaa
@ -5,4 +5,4 @@
|
||||
|
||||
#define HAL_USE_SERIAL TRUE
|
||||
|
||||
#include_next <halconf.h>
|
||||
#include_next <halconf.h>
|
||||
|
@ -16,7 +16,6 @@
|
||||
"cols": ["B10", "B1", "B0", "A7", "A6", "A5"],
|
||||
"rows": ["A4", "A3", "A2", "A1", "A0"]
|
||||
},
|
||||
"processor": "STM32F411",
|
||||
"development_board": "blackpill_f411",
|
||||
"url": "",
|
||||
"usb": {
|
||||
@ -30,6 +29,7 @@
|
||||
"sync_matrix_state": true
|
||||
}
|
||||
},
|
||||
"community_layouts": ["ortho_5x12"],
|
||||
"layouts": {
|
||||
"LAYOUT_ortho_5x12": {
|
||||
"layout": [
|
||||
@ -105,4 +105,4 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -4,4 +4,4 @@
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
#undef STM32_SERIAL_USE_USART1
|
||||
#define STM32_SERIAL_USE_USART1 TRUE
|
||||
#define STM32_SERIAL_USE_USART1 TRUE
|
||||
|
@ -1 +1 @@
|
||||
SERIAL_DRIVER = usart
|
||||
SERIAL_DRIVER = usart
|
||||
|
Loading…
Reference in New Issue
Block a user