aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/keebio/foldkb/rev2_1/mcuconf.h
blob: 77847f5b2cdaf750f966cb16049e80ec787f6a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2025 Keebio (@keebio)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#include_next <mcuconf.h>

/* enable USART1, used for split comms */
#undef STM32_SERIAL_USE_USART1
#define STM32_SERIAL_USE_USART1 TRUE

/* enable TIM3, used for RGB LED PWM driver */
#undef STM32_PWM_USE_TIM3
#define STM32_PWM_USE_TIM3 TRUE