Add the EQUATOR keyboard (#23237)
This commit is contained in:
parent
a1b16b8227
commit
18ae0f61ab
10 changed files with 280 additions and 0 deletions
9
keyboards/rmi_kb/equator/mcuconf.h
Normal file
9
keyboards/rmi_kb/equator/mcuconf.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2023 Ramon Imbao (@ramonimbao)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
#undef STM32_SPI_USE_SPI2
|
||||
#define STM32_SPI_USE_SPI2 TRUE
|
||||
Loading…
Add table
Add a link
Reference in a new issue