aboutsummaryrefslogtreecommitdiff
path: root/mcuconf.h
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2023-12-09 17:27:00 +0000
committerJustine Smithies <justine@smithies.me.uk>2023-12-09 17:27:00 +0000
commit59f5f57d524173ece07c50400f54bbb20edffc08 (patch)
tree03f317974010aaecf7d61161c4f2ab724d1e0dd1 /mcuconf.h
Initial commit
Diffstat (limited to 'mcuconf.h')
-rw-r--r--mcuconf.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcuconf.h b/mcuconf.h
new file mode 100644
index 0000000..98b9a28
--- /dev/null
+++ b/mcuconf.h
@@ -0,0 +1,10 @@
+// Copyright 2022 QMK
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#include_next <mcuconf.h>
+
+#undef RP_I2C_USE_I2C0
+#undef RP_I2C_USE_I2C1
+#define RP_I2C_USE_I2C0 TRUE
+#define RP_I2C_USE_I2C1 FALSE