diff options
| author | lalalademaxiya1 | 2022-12-19 10:45:57 +0100 |
|---|---|---|
| committer | GitHub | 2022-12-19 10:45:57 +0100 |
| commit | 4c28f93520ca436789f98b6ff8e13b5cf6480b22 (patch) | |
| tree | 63884c8055f25aeae4b6c7a02038254ea95170e5 /keyboards/keychron/q65/halconf.h | |
| parent | e0ff1189ceaada381cf8e7cbc1628d25ae120354 (diff) | |
Add Keychron Q65 (#19310)
Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/keychron/q65/halconf.h')
| -rw-r--r-- | keyboards/keychron/q65/halconf.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/keychron/q65/halconf.h b/keyboards/keychron/q65/halconf.h new file mode 100644 index 0000000000..41bddcb279 --- /dev/null +++ b/keyboards/keychron/q65/halconf.h @@ -0,0 +1,21 @@ +/* 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_I2C TRUE + +#include_next <halconf.h> |