Skip to content

Commit

Permalink
Fixes #330 - Starlight - Blackwidow Elite
Browse files Browse the repository at this point in the history
  • Loading branch information
dhobi committed Mar 29, 2021
1 parent 0798014 commit b6557ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/device/razerdevicekeyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class RazerDeviceKeyboard extends RazerDevice {
setStarlight(mode) {
this.setModeState('starlight', mode);
this.stopAnimations();
this.addon.kbdSetModeStarlight(this.internalId, new Uint8Array(color));
this.addon.kbdSetModeStarlight(this.internalId, new Uint8Array(mode));
}

getBrightness() {
Expand Down

0 comments on commit b6557ba

Please sign in to comment.