mcuconf.h (352B)
- // Copyright 2024 splitkb.com (support@splitkb.com)
- // SPDX-License-Identifier: GPL-2.0-or-later
- #pragma once
- #include_next <mcuconf.h>
- #undef RP_SIO_USE_UART1
- #define RP_SIO_USE_UART1 TRUE
- #undef RP_I2C_USE_I2C0
- #define RP_I2C_USE_I2C0 TRUE
- #undef RP_SPI_USE_SPI1
- #define RP_SPI_USE_SPI1 TRUE
- #undef RP_ADC_USE_ADC1
- #define RP_ADC_USE_ADC1 TRUE