summaryrefslogtreecommitdiff
path: root/keyboards/redox/rev1/proton_c/mcuconf.h
diff options
context:
space:
mode:
authorxerootg <xerootg@users.noreply.github.com>2022-01-31 12:40:13 -0700
committerGitHub <noreply@github.com>2022-01-31 11:40:13 -0800
commit1111ff604d1b006ffd29a0c52d7f717b7879cd00 (patch)
tree07ff78851c3c4f9c8ee45c6e8c59e4d509ccffc6 /keyboards/redox/rev1/proton_c/mcuconf.h
parent59ebe28cd5e50ffda700f127060f936c2d60ed0a (diff)
[Keyboard] Add the proton c as a controller for the redox (#16106)
Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: xerootg <xerootg@github.com>
Diffstat (limited to 'keyboards/redox/rev1/proton_c/mcuconf.h')
-rw-r--r--keyboards/redox/rev1/proton_c/mcuconf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/redox/rev1/proton_c/mcuconf.h b/keyboards/redox/rev1/proton_c/mcuconf.h
new file mode 100644
index 0000000000..ba87dec13d
--- /dev/null
+++ b/keyboards/redox/rev1/proton_c/mcuconf.h
@@ -0,0 +1,9 @@
+// Copyright 2022 xerootg
+// 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