summaryrefslogtreecommitdiff
path: root/keyboards/shandoncodes/riot_pad/mcuconf.h
diff options
context:
space:
mode:
authorフィルターペーパー <76888457+filterpaper@users.noreply.github.com>2023-12-24 11:02:29 +0800
committerGitHub <noreply@github.com>2023-12-23 19:02:29 -0800
commitb37d23bfa5f4c46abd08c8eea5625a7f95ca6341 (patch)
treeb41b91b8b183c6b94dda2cc9d95af83e8e94be2b /keyboards/shandoncodes/riot_pad/mcuconf.h
parent5050b91068a1b0fe7525600ab19a6da1c939faef (diff)
Refactor: group shandoncodes keyboards (#22743)
Diffstat (limited to 'keyboards/shandoncodes/riot_pad/mcuconf.h')
-rw-r--r--keyboards/shandoncodes/riot_pad/mcuconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/shandoncodes/riot_pad/mcuconf.h b/keyboards/shandoncodes/riot_pad/mcuconf.h
new file mode 100644
index 0000000000..7c3eec4802
--- /dev/null
+++ b/keyboards/shandoncodes/riot_pad/mcuconf.h
@@ -0,0 +1,8 @@
+// Copyright 2023 ShandonCodes (@ShandonCodes)
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#include_next <mcuconf.h>
+
+#undef STM32_SPI_USE_SPI1
+#define STM32_SPI_USE_SPI1 TRUE \ No newline at end of file