aboutsummaryrefslogtreecommitdiff
path: root/mcuconf.h
diff options
context:
space:
mode:
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