summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/kb2040/mcuconf.h
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2022-08-05 21:38:10 -0500
committerGitHub <noreply@github.com>2022-08-05 19:38:10 -0700
commit7bbc1b21dd97d0d1577b5ed288adc48475512497 (patch)
tree5c850857dfbb5052ff2779dd2c1d27e24fa91d85 /keyboards/handwired/onekey/kb2040/mcuconf.h
parentad4ef47d2b92c158d49feabf28cc3b5eb367a1c4 (diff)
Add kb2040 onkey keyboard that works with the oled keymap (#17786)
Diffstat (limited to 'keyboards/handwired/onekey/kb2040/mcuconf.h')
-rw-r--r--keyboards/handwired/onekey/kb2040/mcuconf.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/kb2040/mcuconf.h b/keyboards/handwired/onekey/kb2040/mcuconf.h
new file mode 100644
index 0000000000..57e58e14d7
--- /dev/null
+++ b/keyboards/handwired/onekey/kb2040/mcuconf.h
@@ -0,0 +1,24 @@
+/* Copyright 2020 QMK
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+#pragma once
+
+#include_next <mcuconf.h>
+
+#undef RP_I2C_USE_I2C0
+#define RP_I2C_USE_I2C0 TRUE
+
+#undef RP_I2C_USE_I2C1
+#define RP_I2C_USE_I2C1 TRUE