SuperFlyTV / xkeys

A Node.js module to interact with the X-keys panels.
MIT License
33 stars 12 forks source link

setBacklight with 'red' sets blue light on XKE-40 #101

Closed RubenVerborgh closed 3 months ago

RubenVerborgh commented 4 months ago

On the XKE-40, these commands seem to have the same effect:

xkeysPanel.setBacklight(0, 'ff0000');
xkeysPanel.setBacklight(0, '0000ff');
xkeysPanel.setBacklight(0, 'ff00ff');
xkeysPanel.setBacklight(0, 'red');
xkeysPanel.setBacklight(0, 'blue');

Namely, they set the color of key 0 to blue, whereas I'd expect red or purple in some of the cases.

RubenVerborgh commented 3 months ago

Thanks for merging, @nytamin! Would it be possible to issue a patch release? Thanks!

nytamin commented 3 months ago

Yep! This is now published in v3.1.2 !