keyboardio / Chrysalis-Firmware-Bundle

Firmware sketches for boards supported by Chrysalis
GNU General Public License v2.0
32 stars 25 forks source link

Model01's white LED mode uses too much power #3

Closed algernon closed 5 years ago

algernon commented 5 years ago

See the original report.

algernon commented 5 years ago

This is due to Colormap and an empty EEPROM. EEPROM is set to 0xff when uninitialized, so all our palette colors will be bright white, and all keys will use the last color of the palette (this part doesn't matter much, as all palette colors will be the same in this case).

The quick fix is to disable the colormap plugin until we figure out a better solution.

algernon commented 5 years ago

This is fixed in Kaleidoscope, so new builds should be fine.