[Keyboard] Fix the layer state messages for actual values (#6116)

- display adjust when the bits are set correctly
This commit is contained in:
Yan-Fa Li 2019-06-11 02:45:00 -07:00 committed by Drashna Jaelre
parent c3c61dc76e
commit d0c29f25c9
1 changed files with 2 additions and 2 deletions

View File

@ -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];