mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-29 02:20:09 -04:00
12 lines
199 B
C
12 lines
199 B
C
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef RP_I2C_USE_I2C1
|
|
#define RP_I2C_USE_I2C1 TRUE
|
|
|
|
#undef RP_PWM_USE_PWM4
|
|
#define RP_PWM_USE_PWM4 TRUE
|
|
|
|
#undef RP_PWM_USE_TIM1
|
|
#define RP_PWM_USE_TIM1 TRUE
|