[Keyboard] Add riot pad (#22060)
Co-authored-by: ShandonCodes <shandon@shandon.codes>
This commit is contained in:
parent
16f2a3e2f8
commit
ef31109ad2
9 changed files with 150 additions and 0 deletions
8
keyboards/riot_pad/mcuconf.h
Normal file
8
keyboards/riot_pad/mcuconf.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
// Copyright 2023 ShandonCodes (@ShandonCodes)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
#undef STM32_SPI_USE_SPI1
|
||||
#define STM32_SPI_USE_SPI1 TRUE
|
Loading…
Add table
Add a link
Reference in a new issue