Require explicit enabling of RGB Matrix modes (#15018)

This commit is contained in:
Drashna Jaelre 2021-11-15 10:41:04 -08:00 committed by GitHub
parent c9fd698711
commit 160b0558f5
Failed to generate hash of commit
230 changed files with 7832 additions and 2790 deletions

View file

@ -23,7 +23,6 @@
#include <stdbool.h>
#include "led_matrix_types.h"
#include "quantum.h"
#include "led_matrix_legacy_enables.h"
#ifdef IS31FL3731
# include "is31fl3731-simple.h"