aboutsummaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/rgb_matrix.c')
-rw-r--r--quantum/rgb_matrix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/rgb_matrix.c b/quantum/rgb_matrix.c
index 807e4d62d..b282284a1 100644
--- a/quantum/rgb_matrix.c
+++ b/quantum/rgb_matrix.c
@@ -21,6 +21,7 @@
21#include "progmem.h" 21#include "progmem.h"
22#include "config.h" 22#include "config.h"
23#include "eeprom.h" 23#include "eeprom.h"
24#include <string.h>
24#include <math.h> 25#include <math.h>
25 26
26rgb_config_t rgb_matrix_config; 27rgb_config_t rgb_matrix_config;