summaryrefslogtreecommitdiff
path: root/keyboards/hazel/bad_wings/mcuconf.c
diff options
context:
space:
mode:
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