summaryrefslogtreecommitdiff
path: root/keyboards/lck75/lck75.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-04-19 09:22:54 +0000
committerQMK Bot <hello@qmk.fm>2021-04-19 09:22:54 +0000
commit97e7defaae0ff602a1a05984e78657aa6bfc6b0b (patch)
tree76c33384b3c2cc33a80b78aec66d774cc85dd77d /keyboards/lck75/lck75.c
parent56fff80e71e638dcae020b731e6e02495ebbf554 (diff)
parent2274631c8fd4fb6b20f6dc9e571dfb43625f629e (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/lck75/lck75.c')
-rw-r--r--keyboards/lck75/lck75.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/lck75/lck75.c b/keyboards/lck75/lck75.c
index 3bcf350a19..8fc674d03f 100644
--- a/keyboards/lck75/lck75.c
+++ b/keyboards/lck75/lck75.c
@@ -36,10 +36,10 @@ __attribute__((weak)) oled_rotation_t oled_init_user(oled_rotation_t rotation) {
}
__attribute__((weak)) void oled_task_user(void) {
-uint32_t anim_timer = 0;
-uint32_t anim_sleep = 0;
-uint8_t current_idle_frame = 0;
-uint8_t current_tap_frame = 0;
+static uint32_t anim_timer = 0;
+static uint32_t anim_sleep = 0;
+static uint8_t current_idle_frame = 0;
+static uint8_t current_tap_frame = 0;
static const char PROGMEM idle[IDLE_FRAMES][ANIM_SIZE] = {
@@ -140,4 +140,4 @@ uint8_t current_tap_frame = 0;
}
}
-#endif \ No newline at end of file
+#endif