diff options
| author | Aidan Gauland | 2025-04-26 02:31:25 +0200 |
|---|---|---|
| committer | GitHub | 2025-04-26 02:31:25 +0200 |
| commit | 3319474c5c24af1e9c9a4e23e4ea2330c963ac17 (patch) | |
| tree | 5686e30ff7ca347354db50012f79fc465de10984 /keyboards/keychron/x0/halconf.h | |
| parent | 12d70ab1a449781613b04e3b3c117f058281994b (diff) | |
Add Lemokey X0 keyboard (#24994)
Diffstat (limited to 'keyboards/keychron/x0/halconf.h')
| -rw-r--r-- | keyboards/keychron/x0/halconf.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/keychron/x0/halconf.h b/keyboards/keychron/x0/halconf.h new file mode 100644 index 0000000000..41bddcb279 --- /dev/null +++ b/keyboards/keychron/x0/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> |