mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-26 13:16:44 +00:00
102f22f7e9
Co-authored-by: Nick Brassel <nick@tzarc.org>
10 lines
186 B
C
10 lines
186 B
C
// Copyright 2022 Jose Pablo Ramirez (@jpe230)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef RP_SPI_USE_SPI0
|
|
#define RP_SPI_USE_SPI0 TRUE
|