diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-25 08:57:56 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-25 08:57:56 +0000 |
commit | 5b1c3e360a750a6638ac363d84a6f0d0670f9a5c (patch) | |
tree | 0c3fe99aa3400872401c96a1163434fc50032222 /keyboards/xelus/ninjin/mcuconf.h | |
parent | 412e7a03e49d044a2dea0fb38b05fb24c8d6eabe (diff) | |
parent | 611cd80861b1bd8ad57ef5b78f11a349e74b1949 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/xelus/ninjin/mcuconf.h')
-rw-r--r-- | keyboards/xelus/ninjin/mcuconf.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/xelus/ninjin/mcuconf.h b/keyboards/xelus/ninjin/mcuconf.h new file mode 100644 index 0000000000..83ff8e2dbc --- /dev/null +++ b/keyboards/xelus/ninjin/mcuconf.h @@ -0,0 +1,22 @@ +/* Copyright 2021 Harrison Chan (Xelus) + * + * 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 + +#include_next <mcuconf.h> + +#undef STM32_PWM_USE_TIM1 +#define STM32_PWM_USE_TIM1 TRUE |