Refactor: group shandoncodes keyboards (#22743)
This commit is contained in:
parent
5050b91068
commit
b37d23bfa5
45 changed files with 25 additions and 10 deletions
8
keyboards/shandoncodes/mino_plus/hotswap/mcuconf.h
Normal file
8
keyboards/shandoncodes/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