mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
90b87abb11
Co-authored-by: Joel Challis <git@zvecr.com>
19 lines
355 B
C
19 lines
355 B
C
// Copyright 2024 Dasky (@daskygit)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef STM32_I2C_USE_I2C1
|
|
#define STM32_I2C_USE_I2C1 TRUE
|
|
|
|
#undef STM32_PWM_USE_TIM1
|
|
#define STM32_PWM_USE_TIM1 TRUE
|
|
|
|
#undef STM32_SPI_USE_SPI1
|
|
#define STM32_SPI_USE_SPI1 TRUE
|
|
|
|
#undef STM32_PLLMUL_VALUE
|
|
#define STM32_PLLMUL_VALUE 6
|