Update heatColors to look a bit nicer on the keyboard

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 8 years ago
parent 54538b42dd
commit 9aced5ccbd

@ -25,7 +25,7 @@ namespace Akela {
static uint16_t updateFrequency = 500;
static uint16_t loopCount;
static const float heatColors[][3] = {{0.3, 0.3, 0.3}, {0.3, 1, 0.3}, {1, 1, 0.3}, {1, 0.3, 0.3}};
static const float heatColors[][3] = {{0.0, 0.0, 0.0}, {0.1, 1, 0.1}, {1, 1, 0.1}, {1, 0.1, 0.1}};
static void
shiftStats (void) {

Loading…
Cancel
Save