Skip to content

Commit 1d14ae3

Browse files
committed
fix compile
1 parent a560829 commit 1d14ae3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

users/veypatch/display/display.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,14 @@ painter_device_t lcd_surface;
3535

3636
led_t last_led_usb_state = {0};
3737
layer_state_t last_layer_state = {0};
38+
3839
#if defined(OS_DETECTION_ENABLE)
3940
os_variant_t last_os = {0};
4041
#endif // OS_DETECTION_ENABLE
42+
43+
#ifdef SWAP_HANDS_ENABLE
4144
static bool last_swap_state = false;
45+
#endif // SWAP_HANDS_ENABLE
4246

4347
static uint16_t lcd_surface_fb[135*240];
4448

0 commit comments

Comments
 (0)