diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-26 08:00:23 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-26 08:00:23 +0000 |
commit | 1cf68476cc126411d7df006e317cac3134df3ff0 (patch) | |
tree | 9ba546e1b6df0dea5dfc4df363fe99ef0f41d695 /keyboards/acheron/athena/beta/halconf.h | |
parent | 5d898a3d34a510282608ed682bdbf8acf5937c0c (diff) | |
parent | b0b14cc44016eb40118b7c8b4fa0bd15629c2e06 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/acheron/athena/beta/halconf.h')
-rw-r--r-- | keyboards/acheron/athena/beta/halconf.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/acheron/athena/beta/halconf.h b/keyboards/acheron/athena/beta/halconf.h new file mode 100644 index 0000000000..ebdb4954a1 --- /dev/null +++ b/keyboards/acheron/athena/beta/halconf.h @@ -0,0 +1,24 @@ +/* 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_PWM TRUE +#define HAL_USE_PAL TRUE + +#define HAL_USE_I2C TRUE + +#include_next <halconf.h> |