diff options
author | Andrew Kannan <andrew.kannan@klaviyo.com> | 2022-08-30 14:29:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-30 11:29:05 -0700 |
commit | bc538e37761206885c226d849ec20d1771a5ed43 (patch) | |
tree | 49aac30ab1ae9e91f2683306d79b6223515e56aa /keyboards/cannonkeys/malicious_ergo/mcuconf.h | |
parent | a9e726501d94906ef8ea8a48f156581e03534ba6 (diff) | |
download | qmk_firmware-bc538e37761206885c226d849ec20d1771a5ed43.tar.gz qmk_firmware-bc538e37761206885c226d849ec20d1771a5ed43.zip |
[Keyboard] CannonKeys Malicious Ergo (#17076)
* Add Malicious Ergo keyboard to QMK
* Update layout
* update info.json
* update info.json again
* Update info.json again
* i h8 info.json
* its default not all
* Update keyboards/cannonkeys/malicious_ergo/config.h
* Add bootloader instructions and license header
* Update keyboards/cannonkeys/malicious_ergo/rules.mk
* Update keyboards/cannonkeys/malicious_ergo/rules.mk
* Update keyboards/cannonkeys/malicious_ergo/readme.md
* Remove rotation from info.json
* Remove labels
* Update keyboards/cannonkeys/malicious_ergo/readme.md
* Update keyboards/cannonkeys/malicious_ergo/malicious_ergo.h
* Revise info.json again
* whitespace fix
* Apply suggestions from code review
Move pid/vid into info json
Fix rounding errors in info json
Thanks to fauxpark and noroadsleft!
Diffstat (limited to 'keyboards/cannonkeys/malicious_ergo/mcuconf.h')
-rw-r--r-- | keyboards/cannonkeys/malicious_ergo/mcuconf.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/malicious_ergo/mcuconf.h b/keyboards/cannonkeys/malicious_ergo/mcuconf.h new file mode 100644 index 0000000000..d1335e0f44 --- /dev/null +++ b/keyboards/cannonkeys/malicious_ergo/mcuconf.h @@ -0,0 +1,33 @@ +/* Copyright 2022 Andrew Kannan + * + * 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/projectkb/alice/mcuconf.h -r platforms/chibios/GENERIC_STM32_F072XB/configs/mcuconf.h` + */ + +#pragma once + +#include_next <mcuconf.h> + +#undef STM32_PWM_USE_TIM3 +#define STM32_PWM_USE_TIM3 TRUE + +#undef STM32_SPI_USE_SPI2 +#define STM32_SPI_USE_SPI2 TRUE + +#undef STM32_GPT_USE_TIM1 +#define STM32_GPT_USE_TIM1 TRUE |