aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/steelseries/prime/mcuconf.h
blob: f49ef0edf7995e2b13688b156e4d6c1ae6c08837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2024 Dasky (@daskygit)
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

#include_next <mcuconf.h>

#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