diff options
| author | yuezp | 2024-01-31 08:20:32 +0100 |
|---|---|---|
| committer | GitHub | 2024-01-31 08:20:32 +0100 |
| commit | 777a6e0e58d0998e1b9d042e58c7cc95f4cee7e8 (patch) | |
| tree | eb4a5ebbc37fc7bebb6a40732ea85cc2c555e4f7 /keyboards/meetlab/rena/halconf.h | |
| parent | 0a6a203fb58f316b09b7e661fae0b7188685db08 (diff) | |
[Keyboard] Add rena (#22902)
* Added keyboard rena
* format file info.json
* modify info.json file
* modify 16mhz to 8mhz
* modify info.json file
* Delete redundant Spaces
* Delete redundant Spaces
* Delete redundant Spaces
* Delete redundant Spaces
---------
Co-authored-by: “yuezp” <“yuezpchn@126.com”>
Diffstat (limited to 'keyboards/meetlab/rena/halconf.h')
| -rw-r--r-- | keyboards/meetlab/rena/halconf.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/meetlab/rena/halconf.h b/keyboards/meetlab/rena/halconf.h new file mode 100644 index 0000000000..76f44ff900 --- /dev/null +++ b/keyboards/meetlab/rena/halconf.h @@ -0,0 +1,21 @@ +/* Copyright 2022 LXF-YZP(yuezp) + * + * 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 + +#include_next <halconf.h> |