]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Keyboard] Fix the layer state messages for actual values (#6116)
authorYan-Fa Li <yanfali@gmail.com>
Tue, 11 Jun 2019 09:45:00 +0000 (02:45 -0700)
committerDrashna Jaelre <drashna@live.com>
Tue, 11 Jun 2019 09:45:00 +0000 (02:45 -0700)
- display adjust when the bits are set correctly

keyboards/lily58/lib/layer_state_reader.c

index 58f406bbc988925526698bfd9e3dad03eef0c9b2..48674b0673a27268d02500c984ccab34883a1b0a 100644 (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];