1
0
Fork 0

Fix bugs that cause compile failures when enabling only some animations.

This commit is contained in:
Lenbok 2019-04-06 13:19:42 +13:00 committed by Drashna Jaelre
parent cb33643f02
commit 2ffa4798a4
2 changed files with 2 additions and 1 deletions

View file

@ -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) {