summaryrefslogtreecommitdiffstats
path: root/keyboards/keychron/k7_pro/halconf.h
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2023-03-02 12:12:18 +0800
committerlokher <lokher@gmail.com>2023-03-02 12:12:18 +0800
commitdd3a745176b002806ac95082115e09e72a033d28 (patch)
tree974f60f160e2cdc65aaf585bafba863dab449d0c /keyboards/keychron/k7_pro/halconf.h
parent77f3d1738b6c9cba7aa7aae840200317a2bad73e (diff)
Add k7_pro and k10_pro; Update VIA json to match backlit effect list and fix k6_pro iso layout; Fix rtc issue
Diffstat (limited to 'keyboards/keychron/k7_pro/halconf.h')
-rw-r--r--keyboards/keychron/k7_pro/halconf.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/keychron/k7_pro/halconf.h b/keyboards/keychron/k7_pro/halconf.h
new file mode 100644
index 0000000000..3e8d17dc29
--- /dev/null
+++ b/keyboards/keychron/k7_pro/halconf.h
@@ -0,0 +1,28 @@
+/* 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
+
+#define HAL_USE_SPI TRUE
+#define HAL_USE_I2C TRUE
+
+#ifdef KC_BLUETOOTH_ENABLE
+# define PAL_USE_CALLBACKS TRUE
+# define HAL_USE_SERIAL TRUE
+# define HAL_USE_RTC TRUE
+#endif
+
+#include_next <halconf.h>