mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-10 11:39:32 +00:00
14 lines
253 B
C
14 lines
253 B
C
|
// Copyright 2024 splitkb.com (support@splitkb.com)
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include_next <mcuconf.h>
|
||
|
|
||
|
//// VIK
|
||
|
|
||
|
#undef RP_I2C_USE_I2C0
|
||
|
#define RP_I2C_USE_I2C0 TRUE
|
||
|
|
||
|
#undef RP_SPI_USE_SPI1
|
||
|
#define RP_SPI_USE_SPI1 TRUE
|