summaryrefslogtreecommitdiff
path: root/keyboards/stront/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/stront/mcuconf.h')
-rw-r--r--keyboards/stront/mcuconf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/stront/mcuconf.h b/keyboards/stront/mcuconf.h
new file mode 100644
index 0000000000..f35384aa28
--- /dev/null
+++ b/keyboards/stront/mcuconf.h
@@ -0,0 +1,12 @@
+// Copyright 2023 zzeneg (@zzeneg)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#include_next <mcuconf.h>
+
+#undef RP_SPI_USE_SPI1
+#define RP_SPI_USE_SPI1 TRUE
+
+#undef RP_PWM_USE_PWM7
+#define RP_PWM_USE_PWM7 TRUE