diff options
author | yiancar <yiangosyiangou@cytanet.com.cy> | 2022-08-30 10:50:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-30 02:50:43 -0700 |
commit | a9e726501d94906ef8ea8a48f156581e03534ba6 (patch) | |
tree | a5765ddb84c5cd3938c90e45be1c29b0d25cecd7 /keyboards/novelkeys/nk65b/halconf.h | |
parent | 907d7bfc5471b97c45420b31cd8ba2202f0b04e5 (diff) | |
download | qmk_firmware-a9e726501d94906ef8ea8a48f156581e03534ba6.tar.gz qmk_firmware-a9e726501d94906ef8ea8a48f156581e03534ba6.zip |
[Keyboard] Add NK65B (#18211)
Co-authored-by: yiancar <yiancar@gmail.com>
Diffstat (limited to 'keyboards/novelkeys/nk65b/halconf.h')
-rw-r--r-- | keyboards/novelkeys/nk65b/halconf.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/novelkeys/nk65b/halconf.h b/keyboards/novelkeys/nk65b/halconf.h new file mode 100644 index 0000000000..ce14bc0c41 --- /dev/null +++ b/keyboards/novelkeys/nk65b/halconf.h @@ -0,0 +1,21 @@ +/* Copyright 2022 Yiancar + * + * 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> |