Add Meow65 (#23427)
This commit is contained in:
parent
bf918a8f6c
commit
a8de554d22
9 changed files with 348 additions and 0 deletions
9
keyboards/eason/meow65/mcuconf.h
Normal file
9
keyboards/eason/meow65/mcuconf.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2022 Eason
|
||||
// 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