summaryrefslogtreecommitdiffstats
path: root/movement/movement.h
diff options
context:
space:
mode:
Diffstat (limited to 'movement/movement.h')
-rw-r--r--movement/movement.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/movement/movement.h b/movement/movement.h
index e0b13e2a..2e7630b2 100644
--- a/movement/movement.h
+++ b/movement/movement.h
@@ -210,10 +210,11 @@ typedef struct {
int16_t current_watch_face;
int16_t next_watch_face;
bool watch_face_changed;
+ bool fast_tick_enabled;
+ int16_t fast_ticks;
// LED stuff
- uint8_t light_ticks;
- bool led_on;
+ int16_t light_ticks;
// button tracking for long press
uint8_t light_down_timestamp;