Trying a different offset? i guess.

master
jowj 4 years ago
parent 2b7ccea2c1
commit 203b034b3d

@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
static void get_visualizer_layer_and_color(visualizer_state_t* state) { static void get_visualizer_layer_and_color(visualizer_state_t* state) {
uint8_t saturation = 255; uint8_t saturation = 255;
uint8_t brightness = 0; uint8_t brightness = 0;
if (state->status.layer & 0x6) { if (state->status.layer & 0x8) {
state->target_lcd_color = LCD_COLOR(252, saturation, 0xFF); state->target_lcd_color = LCD_COLOR(252, saturation, 0xFF);
state->layer_text = "RESET BITCH"; state->layer_text = "RESET BITCH";
} }

Loading…
Cancel
Save