diff options
author | WestM <93159069+WestMProducts@users.noreply.github.com> | 2021-12-16 10:07:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 10:07:06 -0800 |
commit | d7bbd52e19970a506ac617fd3e9f19a062fead05 (patch) | |
tree | 1b358908dde17f31525f5947320a91196c8a0d17 /keyboards/westm/westmergo/mcuconf.h | |
parent | f383d3d8be525ae34f40d848edb5dc091cba8922 (diff) | |
download | qmk_firmware-d7bbd52e19970a506ac617fd3e9f19a062fead05.tar.gz qmk_firmware-d7bbd52e19970a506ac617fd3e9f19a062fead05.zip |
[Keyboard] Add WestM (#15459)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/westm/westmergo/mcuconf.h')
-rw-r--r-- | keyboards/westm/westmergo/mcuconf.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/westm/westmergo/mcuconf.h b/keyboards/westm/westmergo/mcuconf.h new file mode 100644 index 0000000000..403696185d --- /dev/null +++ b/keyboards/westm/westmergo/mcuconf.h @@ -0,0 +1,26 @@ +/* Copyright 2021 WestM + * + * 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_I2C_USE_DMA +#define STM32_I2C_USE_DMA FALSE + +#undef STM32_PWM_USE_TIM1 +#define STM32_PWM_USE_TIM1 TRUE + |