소스 검색

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

- display adjust when the bits are set correctly
Yan-Fa Li 6 년 전
부모
커밋
d0c29f25c9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      keyboards/lily58/lib/layer_state_reader.c

+ 2 - 2
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];