summaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix_animations
diff options
context:
space:
mode:
authorLenbok <lenbok@gmail.com>2019-04-06 13:19:42 +1300
committerDrashna Jaelre <drashna@live.com>2019-04-09 09:49:24 -0700
commit45207b079be14365cebb7d2f236a14eae5a4bd9b (patch)
treef2c876b949691a575f04824e53a0cac338825ba2 /quantum/rgb_matrix_animations
parent431766476b100c15ce8443ace1b258bc813c8c78 (diff)
Fix bugs that cause compile failures when enabling only some animations.
Diffstat (limited to 'quantum/rgb_matrix_animations')
-rw-r--r--quantum/rgb_matrix_animations/breathing_anim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/rgb_matrix_animations/breathing_anim.h b/quantum/rgb_matrix_animations/breathing_anim.h
index fb90b66bdf..4a9a1dcdb2 100644
--- a/quantum/rgb_matrix_animations/breathing_anim.h
+++ b/quantum/rgb_matrix_animations/breathing_anim.h
@@ -1,6 +1,7 @@
#pragma once
#ifndef DISABLE_RGB_MATRIX_BREATHING
+extern rgb_counters_t g_rgb_counters;
extern rgb_config_t rgb_matrix_config;
bool rgb_matrix_breathing(effect_params_t* params) {