Add SteelSeries Prime+ mouse (#24408)

Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
Dasky 2024-09-20 06:17:49 +01:00 committed by GitHub
parent 9cbb4a2c4c
commit 90b87abb11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 318 additions and 0 deletions

View file

@ -0,0 +1,18 @@
// 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