aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/split_3x6_3/drashna/mcuconf.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-02-23 10:57:24 -0800
committerGitHub <noreply@github.com>2021-02-23 10:57:24 -0800
commit0b69e4df818c2515cf4eee3d8b6fd4a07775b887 (patch)
treebdeee9c5a88c2aef8aca366b3e6ea986f44174c0 /layouts/community/split_3x6_3/drashna/mcuconf.h
parent11146ecd086c6b6736ab3c5947f26a96be642671 (diff)
downloadqmk_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.h16
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