Add SteelSeries Prime+ mouse (#24408)
Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
9cbb4a2c4c
commit
90b87abb11
13 changed files with 318 additions and 0 deletions
18
keyboards/steelseries/prime_plus/mcuconf.h
Normal file
18
keyboards/steelseries/prime_plus/mcuconf.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue