diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-01 08:59:09 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-01 08:59:09 +0000 |
commit | 3716e02ff33b1a7841a8a893bcb0385466f82481 (patch) | |
tree | adf4b7c4146ba666b2477831b5aa4a51a7003ed4 /keyboards/mode/m65ha_alpha/halconf.h | |
parent | 2726856cde66856344de7790d750a332ace1070d (diff) | |
parent | bd2e02bdae67b1d71020bfcb63a4e5e5bc7fdf36 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mode/m65ha_alpha/halconf.h')
-rw-r--r-- | keyboards/mode/m65ha_alpha/halconf.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/mode/m65ha_alpha/halconf.h b/keyboards/mode/m65ha_alpha/halconf.h new file mode 100644 index 0000000000..41bddcb279 --- /dev/null +++ b/keyboards/mode/m65ha_alpha/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> |