Bs equals (#21690)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <0x6A73@pm.me>
This commit is contained in:
parent
50844a8e67
commit
44062b5056
26 changed files with 1076 additions and 0 deletions
11
keyboards/boardsource/equals/48/mcuconf.h
Normal file
11
keyboards/boardsource/equals/48/mcuconf.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Copyright 2023 Cole Smith (@boardsource)
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
#undef RP_PWM_USE_PWM6
|
||||
#define RP_PWM_USE_PWM6 TRUE
|
||||
|
||||
#undef RP_SPI_USE_SPI1
|
||||
#define RP_SPI_USE_SPI1 TRUE
|
Loading…
Add table
Add a link
Reference in a new issue