Skip to content

Commit

Permalink
Merge pull request #761 from kareltucek/fix_h_backlight
Browse files Browse the repository at this point in the history
Fix H key backlight on V1 keyboards.
  • Loading branch information
mondalaci authored Mar 10, 2024
2 parents 7f4ec34 + 52259f6 commit d9b1a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion right/src/ledmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static rgb_t LedMap[SLOT_COUNT][MAX_KEY_COUNT_PER_MODULE] = {
MONO(36), // ;
MONO(37), // '
MONO(38), // Enter
MONO(42), // H
MONO(48), // H

// Row 4
MONO(49), // N
Expand Down

0 comments on commit d9b1a1e

Please sign in to comment.