diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-21 06:33:42 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-02-21 06:33:42 +0000 |
commit | 63b89594130a5af0d0661ecd534925171ad75861 (patch) | |
tree | 3cdaa969fa33a9376e8c2c91910ba7ed746335b8 /keyboards/splitkb/kyria/rev2/proton_c/halconf.h | |
parent | 37feb4fcb441b9cb7b7de687eed22ad8049b9689 (diff) | |
parent | 14fb3cc8b04d019b585b0ea25d11f2939949429f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/splitkb/kyria/rev2/proton_c/halconf.h')
-rw-r--r-- | keyboards/splitkb/kyria/rev2/proton_c/halconf.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/splitkb/kyria/rev2/proton_c/halconf.h b/keyboards/splitkb/kyria/rev2/proton_c/halconf.h new file mode 100644 index 0000000000..99f2e11b9a --- /dev/null +++ b/keyboards/splitkb/kyria/rev2/proton_c/halconf.h @@ -0,0 +1,22 @@ +/* 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 3 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 <https://www.gnu.org/licenses/>. + */ +#pragma once + +#define HAL_USE_I2C TRUE +#define HAL_USE_PWM TRUE +#define HAL_USE_SERIAL TRUE + +#include_next <halconf.h> |