diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-03 08:33:04 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-03 08:33:04 +0000 |
commit | 2dfccd29c8d11a29777cfda1ee6cb393ebb37fee (patch) | |
tree | 28c07711e87a7e8164024e0afe5ae9b3c8d0c8d8 /keyboards/handwired/splittest/bluepill/mcuconf.h | |
parent | 61a3fe4faca40c537dc179f58317a0229ae09ce2 (diff) | |
parent | 0206bd9df31521fcfd764c3dd4cff383e4957151 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/splittest/bluepill/mcuconf.h')
-rw-r--r-- | keyboards/handwired/splittest/bluepill/mcuconf.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/handwired/splittest/bluepill/mcuconf.h b/keyboards/handwired/splittest/bluepill/mcuconf.h new file mode 100644 index 0000000000..875819537f --- /dev/null +++ b/keyboards/handwired/splittest/bluepill/mcuconf.h @@ -0,0 +1,11 @@ +#pragma once + +#include_next <mcuconf.h> + +// These are needed if the communication is on the SD1 USART, either with standard or alternate pins +#undef STM32_SERIAL_USE_USART1 +#define STM32_SERIAL_USE_USART1 TRUE + +// These are needed if the communication is on the SD2 USART, either with standard or alternate pins +#undef STM32_SERIAL_USE_USART2 +#define STM32_SERIAL_USE_USART2 TRUE |