summaryrefslogtreecommitdiffstats
path: root/keyboards/lck75/lck75.c
diff options
context:
space:
mode:
authorjack <59737601+ItsWaffIe@users.noreply.github.com>2021-04-19 03:22:18 -0600
committerGitHub <noreply@github.com>2021-04-19 02:22:18 -0700
commit81be065fa538c5978363d379302b069ba23860aa (patch)
treec3892e0eeae8a255781b8b38f4c2772df8044918 /keyboards/lck75/lck75.c
parent53a35c0d0cd37e2c0e97c8e8205a2c3939076210 (diff)
[Keyboard] VIA Support for LCK75 (#12402)
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