diff options
author | lokher <lokher@gmail.com> | 2023-03-02 12:12:18 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2023-03-02 12:12:18 +0800 |
commit | dd3a745176b002806ac95082115e09e72a033d28 (patch) | |
tree | 974f60f160e2cdc65aaf585bafba863dab449d0c /keyboards/keychron/k7_pro/halconf.h | |
parent | 77f3d1738b6c9cba7aa7aae840200317a2bad73e (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.h | 28 |
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> |