2022-12-02 02:55:28 -08:00
|
|
|
/* Copyright 2021 QMK
|
2020-03-05 17:40:39 -08:00
|
|
|
*
|
2020-06-06 01:52:19 -07:00
|
|
|
* 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 3 of the License, or
|
|
|
|
* (at your option) any later version.
|
2020-03-05 17:40:39 -08:00
|
|
|
*
|
2020-06-06 01:52:19 -07:00
|
|
|
* 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 <https://www.gnu.org/licenses/>.
|
2020-03-05 17:40:39 -08:00
|
|
|
*/
|
2021-07-30 10:10:05 -07:00
|
|
|
|
2020-06-06 01:52:19 -07:00
|
|
|
#pragma once
|
2020-03-05 17:40:39 -08:00
|
|
|
|
2023-01-18 17:05:29 -08:00
|
|
|
#include_next <mcuconf.h>
|
2020-03-05 17:40:39 -08:00
|
|
|
|
2022-09-30 09:14:41 -07:00
|
|
|
#undef STM32_ADC_USE_ADC1
|
|
|
|
#define STM32_ADC_USE_ADC1 TRUE
|
|
|
|
|
2020-06-06 01:52:19 -07:00
|
|
|
#undef STM32_I2C_USE_I2C1
|
|
|
|
#define STM32_I2C_USE_I2C1 TRUE
|
2020-09-21 22:50:39 -07:00
|
|
|
|
|
|
|
#undef STM32_PWM_USE_TIM5
|
|
|
|
#define STM32_PWM_USE_TIM5 TRUE
|