summaryrefslogtreecommitdiff
path: root/keyboards/eason/aeroboard/mcuconf.h
diff options
context:
space:
mode:
authoreason <98533237+EasonQian1@users.noreply.github.com>2023-02-07 15:54:10 +0800
committerGitHub <noreply@github.com>2023-02-07 00:54:10 -0700
commit4d5abe1e74e8306bbef91bee75989d8efe6812d3 (patch)
tree90eb89179993a2f4d3a6504b252680bb4363e207 /keyboards/eason/aeroboard/mcuconf.h
parent3dae56b634e610ce72fdcb9bd3bff2dda330b83e (diff)
[Keyboard] Add aeroboard (#19087)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/eason/aeroboard/mcuconf.h')
-rw-r--r--keyboards/eason/aeroboard/mcuconf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/eason/aeroboard/mcuconf.h b/keyboards/eason/aeroboard/mcuconf.h
new file mode 100644
index 0000000000..bac8fc07c5
--- /dev/null
+++ b/keyboards/eason/aeroboard/mcuconf.h
@@ -0,0 +1,9 @@
+// Copyright 2022 Eason
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#include_next <mcuconf.h>
+
+#undef STM32_SPI_USE_SPI2
+#define STM32_SPI_USE_SPI2 TRUE