summaryrefslogtreecommitdiff
path: root/keyboards/hazel/bad_wings/mcuconf.c
diff options
context:
space:
mode:
authorJason Hazel <me@jasonhazel.com>2023-03-21 16:53:06 -0400
committerGitHub <noreply@github.com>2023-03-21 20:53:06 +0000
commitb1e6b3798a0b355aa3f766a906d76b86331ccac4 (patch)
treebe8e89cbc5094f2a589ee850249c526ed2138c85 /keyboards/hazel/bad_wings/mcuconf.c
parent0bb9eada83d75f967d29a3381315ea0dcab22cdf (diff)
Adding Bad Wings Support (#20153)
Diffstat (limited to 'keyboards/hazel/bad_wings/mcuconf.c')
-rw-r--r--keyboards/hazel/bad_wings/mcuconf.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/hazel/bad_wings/mcuconf.c b/keyboards/hazel/bad_wings/mcuconf.c
new file mode 100644
index 0000000000..9ed5ae7efb
--- /dev/null
+++ b/keyboards/hazel/bad_wings/mcuconf.c
@@ -0,0 +1,11 @@
+// Copyright 2023 Jason Hazel (@jasonhazel)
+// SPDX-License-Identifier: GPL-3.0-or-later
+
+#pragma once
+
+#include_next "mcuconf.h"
+
+#undef RP_SPI_USE_SPI0
+#define RP_SPI_USE_SPI0 TRUE
+#undef RP_I2C_USE_I2C1
+#define RP_I2C_USE_I2C1 TRUE \ No newline at end of file