diff options
author | QMK Bot <hello@qmk.fm> | 2023-12-13 23:43:06 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-12-13 23:43:06 +0000 |
commit | 1b1c6326c7e84a220c9dcada2d0ac25a91c8c233 (patch) | |
tree | e9f9ef0d2195930ca2ee0220905be9d03f950ecc /keyboards/pixelspace/shadow80/mcuconf.h | |
parent | c46de05eb083c85e7b9114c005ec886306932bed (diff) | |
parent | 357a10f6c8071b52d1731fd222a110f7c416eba5 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/pixelspace/shadow80/mcuconf.h')
-rw-r--r-- | keyboards/pixelspace/shadow80/mcuconf.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/pixelspace/shadow80/mcuconf.h b/keyboards/pixelspace/shadow80/mcuconf.h new file mode 100644 index 0000000000..a088974a51 --- /dev/null +++ b/keyboards/pixelspace/shadow80/mcuconf.h @@ -0,0 +1,21 @@ +/* Copyright 2023 楽(HereVoLand @Vem) + * + * 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_TIM2 +#define STM32_PWM_USE_TIM2 TRUE |