~ruther/qmk_firmware

ref: d1547320a0236eff98906f908224fe0d46b4b0e5 qmk_firmware/keyboards/handwired/splittest/bluepill/mcuconf.h -rw-r--r-- 461 bytes
d1547320 — James Young Migrate `LOCKING_*_ENABLE` to Data-Driven: H, Part 2 (#23762) 11 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2022 dvermd (@dvermd)
// SPDX-License-Identifier: GPL-2.0-or-later

#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
Do not follow this link