[Keyboard] Add Mino Plus Hotswap (#20534)
Co-authored-by: dev <dev@devbox-2204.lan> Co-authored-by: ShandonCodes <shandon@shandon.codes>
This commit is contained in:
parent
2aa8dd7801
commit
aa2903b283
14 changed files with 188 additions and 1 deletions
8
keyboards/mino_plus/hotswap/mcuconf.h
Normal file
8
keyboards/mino_plus/hotswap/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_I2C_USE_I2C1
|
||||
#define STM32_I2C_USE_I2C1 TRUE
|
Loading…
Add table
Add a link
Reference in a new issue