From 354b1e666b92d1b51bf19b3d834848d6ce1639df Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 14 Jul 2025 12:58:38 -0400 Subject: pca9632: Remove custom software i2c - use normal mcu software i2c instead Signed-off-by: Kevin O'Connor --- test/klippy/led.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/klippy/led.cfg b/test/klippy/led.cfg index d134490f..c7f685d7 100644 --- a/test/klippy/led.cfg +++ b/test/klippy/led.cfg @@ -25,8 +25,8 @@ initial_GREEN: 0.2 initial_BLUE: 0.3 [pca9632 p6led] -scl_pin: PB1 -sda_pin: PB2 +i2c_software_scl_pin: PB1 +i2c_software_sda_pin: PB2 initial_RED: 0.4 initial_GREEN: 0.5 initial_BLUE: 0.6 -- cgit v1.2.3-70-g09d2