From 9581289745736ce068a1040f44cec37a2ca8830d Mon Sep 17 00:00:00 2001 From: lokher Date: Tue, 13 Sep 2022 11:24:05 +0800 Subject: Remove non-Keychron keyboards --- keyboards/handwired/splittest/bluepill/mcuconf.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 keyboards/handwired/splittest/bluepill/mcuconf.h (limited to 'keyboards/handwired/splittest/bluepill/mcuconf.h') 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 - -// 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 -- cgit v1.2.3