forked from mirrors/qmk_userspace
Added support for Wb32fq95 (#16871)
This commit is contained in:
parent
1182f5b4be
commit
1c7e8b9a9d
15 changed files with 411 additions and 8 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include "quantum.h"
|
||||
|
||||
#if defined(WB32F3G71xx)
|
||||
#if defined(WB32F3G71xx) || defined(WB32FQ95xx)
|
||||
static SerialConfig serialConfig = {SERIAL_DEFAULT_BITRATE, SD1_WRDLEN, SD1_STPBIT, SD1_PARITY, SD1_ATFLCT};
|
||||
#else
|
||||
static SerialConfig serialConfig = {SERIAL_DEFAULT_BITRATE, SD1_CR1, SD1_CR2, SD1_CR3};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue