mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-14 22:00:53 +00:00
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
|