From 2e23dbb4594a479fbfa6d70c31f99a0f6daacfae Mon Sep 17 00:00:00 2001 From: mgabor3141 <9047995+mgabor3141@users.noreply.github.com> Date: Tue, 24 Mar 2026 12:05:59 +0100 Subject: [PATCH] fix(go60): reverse RH thumb pixel-lookup order The first three entries in go60_rh.dts were <57>, <58>, <59> (T3, T2, T1) while the LH uses <54>, <55>, <56> (T1, T2, T3). This caused RH thumb T1 and T3 LEDs to be swapped. Change to <59>, <58>, <57> to match the physical LED strip direction on the right half. --- app/boards/arm/go60/go60_rh.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/boards/arm/go60/go60_rh.dts b/app/boards/arm/go60/go60_rh.dts index 9457f61508a..3fee2ac88dc 100644 --- a/app/boards/arm/go60/go60_rh.dts +++ b/app/boards/arm/go60/go60_rh.dts @@ -23,7 +23,7 @@ underglow-layer { compatible = "zmk,underglow-layer"; pixel-lookup = - <57>, <58>, <59>, <6>, <18>, <30>, <42>, <7>, <19>, <31>, + <59>, <58>, <57>, <6>, <18>, <30>, <42>, <7>, <19>, <31>, <43>, <51>, <8>, <20>, <32>, <44>, <52>, <9>, <21>, <33>, <45>, <53>, <10>, <22>, <34>, <46>, <11>, <23>, <35>, <47>; };