Skip to content

Commit

Permalink
Fix rgb overrides to not switch backlight mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
kareltucek committed Jul 25, 2023
1 parent c82b16e commit 7217c9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion right/src/macro_set_command.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ static void keyRgb(const char* arg1, const char *textEnd)
CurrentKeymap[layerId][slotIdx][inSlotIdx].colorOverridden = true;
CurrentKeymap[layerId][slotIdx][inSlotIdx].color = rgb;

SetLedBacklightingMode(BacklightingMode_PerKeyRgb);
LedSlaveDriver_UpdateLeds();
}

Expand Down

0 comments on commit 7217c9b

Please sign in to comment.