From: Yan-Fa Li Date: Tue, 11 Jun 2019 09:45:00 +0000 (-0700) Subject: [Keyboard] Fix the layer state messages for actual values (#6116) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d0c29f25c9d2fae826e8ed66bfc9a1c51d0de6a4;p=qmk_firmware.git [Keyboard] Fix the layer state messages for actual values (#6116) - display adjust when the bits are set correctly --- diff --git a/keyboards/lily58/lib/layer_state_reader.c b/keyboards/lily58/lib/layer_state_reader.c index 58f406bbc..48674b067 100644 --- a/keyboards/lily58/lib/layer_state_reader.c +++ b/keyboards/lily58/lib/layer_state_reader.c @@ -6,8 +6,8 @@ #define L_BASE 0 #define L_LOWER 2 #define L_RAISE 4 -#define L_ADJUST 65536 -#define L_ADJUST_TRI 65542 +#define L_ADJUST 8 +#define L_ADJUST_TRI 14 char layer_state_str[24];