[Keyboard] New Keyboard - Sugar Glider (#19933)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: jack <0x6a73@protonmail.com>
This commit is contained in:
parent
e62fc866db
commit
915d7a18d7
20 changed files with 1165 additions and 0 deletions
12
keyboards/mechwild/sugarglider/mcuconf.h
Normal file
12
keyboards/mechwild/sugarglider/mcuconf.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
// Copyright 2023 Kyle McCreery (@kylemccreery)
|
||||
// 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
|
||||
|
||||
#undef STM32_SPI_USE_SPI1
|
||||
#define STM32_SPI_USE_SPI1 TRUE
|
Loading…
Add table
Add a link
Reference in a new issue