diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-07 14:48:49 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-07 14:48:49 +0000 |
commit | eecd22fbd4c57a46cab1659bd1bcb7801a02732f (patch) | |
tree | 9f2acb16e91de7f8f6f5de0c9a7983e5fe7b3924 /keyboards/iron180/halconf.h | |
parent | 9d7e64bcb3ee075dd7e253bce58a2015ac8b1353 (diff) | |
parent | 28e92536d46298229593c12406b503bf3bcbbede (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/iron180/halconf.h')
-rw-r--r-- | keyboards/iron180/halconf.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/keyboards/iron180/halconf.h b/keyboards/iron180/halconf.h index 2d08414263..dbc739b134 100644 --- a/keyboards/iron180/halconf.h +++ b/keyboards/iron180/halconf.h @@ -1,4 +1,4 @@ -/* Copyright 2020 QMK +/* Copyright 2021 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 @@ -14,14 +14,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* - * This file was auto-generated by: - * `qmk chibios-confmigrate -i keyboards/iron180/halconf.h -r platforms/chibios/common/configs/halconf.h` - */ - #pragma once -#define HAL_USE_PWM YES +#define HAL_USE_PWM TRUE #include_next <halconf.h> - |