[Keyboard] Add Elysian (#23949)
* adding Elysian * corrections from zvecr
This commit is contained in:
parent
90b043e01c
commit
603586800c
10 changed files with 177 additions and 0 deletions
10
keyboards/custommk/elysian/mcuconf.h
Normal file
10
keyboards/custommk/elysian/mcuconf.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
// Copyright 2024 customMK
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
// FRAM
|
||||
#undef STM32_SPI_USE_SPI1
|
||||
#define STM32_SPI_USE_SPI1 TRUE
|
Loading…
Add table
Add a link
Reference in a new issue