diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-02-23 10:57:24 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-23 10:57:24 -0800 |
| commit | 0b69e4df818c2515cf4eee3d8b6fd4a07775b887 (patch) | |
| tree | bdeee9c5a88c2aef8aca366b3e6ea986f44174c0 /layouts/community/split_3x6_3/drashna/mcuconf.h | |
| parent | 11146ecd086c6b6736ab3c5947f26a96be642671 (diff) | |
| download | qmk_firmware-0b69e4df818c2515cf4eee3d8b6fd4a07775b887.tar.gz qmk_firmware-0b69e4df818c2515cf4eee3d8b6fd4a07775b887.zip | |
[Keymap] Drashna Updates - Split+OLED edition (#11968)
Diffstat (limited to 'layouts/community/split_3x6_3/drashna/mcuconf.h')
| -rw-r--r-- | layouts/community/split_3x6_3/drashna/mcuconf.h | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/layouts/community/split_3x6_3/drashna/mcuconf.h b/layouts/community/split_3x6_3/drashna/mcuconf.h index 429e4e1cd..649af5d1f 100644 --- a/layouts/community/split_3x6_3/drashna/mcuconf.h +++ b/layouts/community/split_3x6_3/drashna/mcuconf.h | |||
| @@ -19,14 +19,18 @@ | |||
| 19 | 19 | ||
| 20 | // #undef STM32_HSE_ENABLED | 20 | // #undef STM32_HSE_ENABLED |
| 21 | // #define STM32_HSE_ENABLED FALSE | 21 | // #define STM32_HSE_ENABLED FALSE |
| 22 | #undef STM32_GPT_USE_TIM15 | 22 | // #undef STM32_GPT_USE_TIM15 |
| 23 | #define STM32_GPT_USE_TIM15 FALSE | 23 | // #define STM32_GPT_USE_TIM15 FALSE |
| 24 | 24 | ||
| 25 | #undef STM32_PWM_USE_TIM15 | 25 | #undef STM32_PWM_USE_TIM2 |
| 26 | #define STM32_PWM_USE_TIM15 TRUE | 26 | #define STM32_PWM_USE_TIM2 TRUE |
| 27 | #undef STM32_PWM_USE_TIM3 | ||
| 28 | #define STM32_PWM_USE_TIM3 FALSE | ||
| 27 | 29 | ||
| 28 | #undef STM32_SERIAL_USE_USART1 | 30 | #undef STM32_SERIAL_USE_USART1 |
| 29 | #define STM32_SERIAL_USE_USART1 TRUE | 31 | #define STM32_SERIAL_USE_USART1 TRUE |
| 30 | 32 | ||
| 31 | #undef STM32_PWM_TIM15_IRQ_PRIORITY | 33 | // #undef STM32_PWM_TIM15_IRQ_PRIORITY |
| 32 | #define STM32_PWM_TIM15_IRQ_PRIORITY 16 | 34 | // #define STM32_PWM_TIM15_IRQ_PRIORITY 16 |
| 35 | #undef STM32_ST_USE_TIMER | ||
| 36 | #define STM32_ST_USE_TIMER 3 | ||
