Skip to content

fix(go60): reverse RH thumb pixel-lookup order#2

Closed
mgabor3141 wants to merge 1 commit into
darknao:rgb-layer-24.12from
mgabor3141:rgb-layer-24.12
Closed

fix(go60): reverse RH thumb pixel-lookup order#2
mgabor3141 wants to merge 1 commit into
darknao:rgb-layer-24.12from
mgabor3141:rgb-layer-24.12

Conversation

@mgabor3141

@mgabor3141 mgabor3141 commented Mar 24, 2026

Copy link
Copy Markdown

The first three entries of pixel-lookup in go60_rh.dts are <57>, <58>, <59> (T3, T2, T1), but the LH equivalent in go60_lh.dts uses <54>, <55>, <56> (T1, T2, T3). The physical LED strip runs in the same direction on both halves, so the RH mapping has T1 and T3 swapped.

This changes the RH thumb entries to <59>, <58>, <57> to match.

Tested on a Go60 with a 6-color round-robin test pattern across all 60 keys. All keys light up in the correct positions with the fix applied:

IMG_9818

Config used for testing: mgabor3141/go60-zmk-config@86ec300d

Also reported in moergo-sc#36 (comment)

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.
@mgabor3141 mgabor3141 force-pushed the rgb-layer-24.12 branch 11 times, most recently from fb0e17c to 2e23dbb Compare March 28, 2026 18:46
@mgabor3141 mgabor3141 closed this Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant