diff options
author | TW59420 <40019210+TW59420@users.noreply.github.com> | 2022-12-13 07:50:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-12 15:50:04 -0800 |
commit | 9c2703cab03ad3028ae77cbe3849929d7905f1db (patch) | |
tree | 76ee86de49b3888ec2cf834372e6f0086dcd602b /keyboards/mwstudio/mw80/halconf.h | |
parent | 291f98842301c3da3c50e4d26761a742081f0d89 (diff) |
[Keyboard] add mw80 (#19223)
Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/mwstudio/mw80/halconf.h')
-rw-r--r-- | keyboards/mwstudio/mw80/halconf.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/mwstudio/mw80/halconf.h b/keyboards/mwstudio/mw80/halconf.h new file mode 100644 index 0000000000..4fc87f4b32 --- /dev/null +++ b/keyboards/mwstudio/mw80/halconf.h @@ -0,0 +1,25 @@ +/* Copyright 2022 TW59420 <https://github.com/TW59420> + * + * 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_GPT TRUE +// #define HAL_USE_I2C TRUE + +#include_next <halconf.h> + |