summaryrefslogtreecommitdiff
path: root/keyboards/handwired/ziyoulang_k3_mod/halconf.h
diff options
context:
space:
mode:
authorCoom <1655787+coomstoolbox@users.noreply.github.com>2023-12-12 17:44:14 +0900
committerGitHub <noreply@github.com>2023-12-12 00:44:14 -0800
commitfb3c91375c6ad706887c58146ba0463a5ef907a3 (patch)
treea1b43645cbc0007a555f57a2975ed9a5394439ac /keyboards/handwired/ziyoulang_k3_mod/halconf.h
parent1f9b653f586fcb5aaafbb8fcd8d2a5775d871f9c (diff)
[Keyboard] zk3mod : added OLED (#22303)
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/ziyoulang_k3_mod/halconf.h')
-rw-r--r--keyboards/handwired/ziyoulang_k3_mod/halconf.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/handwired/ziyoulang_k3_mod/halconf.h b/keyboards/handwired/ziyoulang_k3_mod/halconf.h
new file mode 100644
index 0000000000..44602147bb
--- /dev/null
+++ b/keyboards/handwired/ziyoulang_k3_mod/halconf.h
@@ -0,0 +1,21 @@
+/* Copyright 2021 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
+
+#define HAL_USE_I2C TRUE
+
+#include_next <halconf.h>