diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-06 21:47:54 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-06 21:47:54 +0000 |
commit | 2048c28f789e8942367bd7cca0d4d243784c7186 (patch) | |
tree | 7b8df326729e7bc8b685809fd7b56c1b7239a51f /keyboards/kabedon/kabedon98e/halconf.h | |
parent | 26bb2d7063568242aa3ac34a79f92f3184733c6a (diff) | |
parent | c9c2916829eccab2222dad99c7f599988789ec2f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kabedon/kabedon98e/halconf.h')
-rw-r--r-- | keyboards/kabedon/kabedon98e/halconf.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/kabedon/kabedon98e/halconf.h b/keyboards/kabedon/kabedon98e/halconf.h new file mode 100644 index 0000000000..d141a65a01 --- /dev/null +++ b/keyboards/kabedon/kabedon98e/halconf.h @@ -0,0 +1,26 @@ +/* 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/>. + */ + +/* + * This file was auto-generated by: + * `qmk chibios-confmigrate -i keyboards/keyboards/kabedon/kabedon98e/halconf.h -r platforms/chibios/common/configs/halconf.h` + */ + +#pragma once + +#define HAL_USE_PWM TRUE + +#include_next <halconf.h> |