summaryrefslogtreecommitdiff
path: root/keyboards/karn/mcuconf.h
diff options
context:
space:
mode:
authorRobert Mills <robcmills@gmail.com>2023-03-07 10:13:46 -0800
committerGitHub <noreply@github.com>2023-03-07 10:13:46 -0800
commit8812db1d64d8927a23fdca49dd2409e090998e35 (patch)
treed1e0850e9fde158c1ece710fe13c3bfefcf12bfb /keyboards/karn/mcuconf.h
parente6e11dfde77a82d197f30289ca6bff8d3921a439 (diff)
[Keyboard] Add Karn Keyboard (#19846)
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/karn/mcuconf.h')
-rw-r--r--keyboards/karn/mcuconf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/karn/mcuconf.h b/keyboards/karn/mcuconf.h
new file mode 100644
index 0000000000..766fa7d06e
--- /dev/null
+++ b/keyboards/karn/mcuconf.h
@@ -0,0 +1,9 @@
+// Copyright 2022 Robert Mills (@robcmills)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#include_next <mcuconf.h>
+
+#undef STM32_SERIAL_USE_USART1
+#define STM32_SERIAL_USE_USART1 TRUE