From c7f8acb4cee8a4a3fa6e3c6a6fc4f33157eb869c Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Thu, 5 Jan 2023 21:02:13 +0800 Subject: [PATCH] lotus: Configure I2C Signed-off-by: Daniel Schaefer --- keyboards/lotus/config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keyboards/lotus/config.h b/keyboards/lotus/config.h index 09fdbce565..4f9905a901 100644 --- a/keyboards/lotus/config.h +++ b/keyboards/lotus/config.h @@ -34,6 +34,10 @@ #define BACKLIGHT_PWM_DRIVER PWMD4 #define BACKLIGHT_PWM_CHANNEL RP2040_PWM_CHANNEL_B +#define I2C_DRIVER I2CD0 +#define I2C1_SDA_PIN GP26 +#define I2C1_SCL_PIN GP27 + /* * Feature disable options * These options are also useful to firmware size reduction.