diff options
Diffstat (limited to 'keyboards/lily58/lib/layer_state_reader.c')
| -rw-r--r-- | keyboards/lily58/lib/layer_state_reader.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/lily58/lib/layer_state_reader.c b/keyboards/lily58/lib/layer_state_reader.c index 48674b067..0e9dd7039 100644 --- a/keyboards/lily58/lib/layer_state_reader.c +++ b/keyboards/lily58/lib/layer_state_reader.c | |||
| @@ -4,10 +4,10 @@ | |||
| 4 | #include "lily58.h" | 4 | #include "lily58.h" |
| 5 | 5 | ||
| 6 | #define L_BASE 0 | 6 | #define L_BASE 0 |
| 7 | #define L_LOWER 2 | 7 | #define L_LOWER (1 << 1) |
| 8 | #define L_RAISE 4 | 8 | #define L_RAISE (1 << 2) |
| 9 | #define L_ADJUST 8 | 9 | #define L_ADJUST (1 << 3) |
| 10 | #define L_ADJUST_TRI 14 | 10 | #define L_ADJUST_TRI (L_ADJUST | L_RAISE | L_LOWER) |
| 11 | 11 | ||
| 12 | char layer_state_str[24]; | 12 | char layer_state_str[24]; |
| 13 | 13 | ||
