summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/arm_atsam/md_rgb_matrix.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-07-07 21:24:07 +1000
committerGitHub <noreply@github.com>2023-07-07 21:24:07 +1000
commit30de598650f368e215ad5f82c7b9de52eceb539e (patch)
treec6fc060fa459e3fc571624530330bbbcb55fea45 /tmk_core/protocol/arm_atsam/md_rgb_matrix.c
parentd83578dbe4df0e77112b673265445d37fd231b93 (diff)
tmk_core: remove direct `quantum.h` includes (#21465)
Diffstat (limited to 'tmk_core/protocol/arm_atsam/md_rgb_matrix.c')
-rw-r--r--tmk_core/protocol/arm_atsam/md_rgb_matrix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/protocol/arm_atsam/md_rgb_matrix.c b/tmk_core/protocol/arm_atsam/md_rgb_matrix.c
index c7d2a7dc8e..6069d1e609 100644
--- a/tmk_core/protocol/arm_atsam/md_rgb_matrix.c
+++ b/tmk_core/protocol/arm_atsam/md_rgb_matrix.c
@@ -23,6 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# include "arm_atsam_protocol.h"
# include "led.h"
# include "rgb_matrix.h"
+# include "eeprom.h"
# include <string.h>
# include <math.h>