mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-13 06:54:08 +00:00
12 lines
235 B
C
12 lines
235 B
C
// 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
|