summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/splittest/bluepill/mcuconf.h
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
committerlokher <lokher@gmail.com>2022-09-13 11:24:05 +0800
commit9581289745736ce068a1040f44cec37a2ca8830d (patch)
tree24f644715a5fd6cc4d804d9604fb094307808b1b /keyboards/handwired/splittest/bluepill/mcuconf.h
parentfe13cedf8c09fa34d5cec4e4c624738095176625 (diff)
Remove non-Keychron keyboards
Diffstat (limited to 'keyboards/handwired/splittest/bluepill/mcuconf.h')
-rw-r--r--keyboards/handwired/splittest/bluepill/mcuconf.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/handwired/splittest/bluepill/mcuconf.h b/keyboards/handwired/splittest/bluepill/mcuconf.h
deleted file mode 100644
index af2f14a9d3..0000000000
--- a/keyboards/handwired/splittest/bluepill/mcuconf.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// 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