[Keyboard] Forget to ifdef Super16 led config (#8314)
This commit is contained in:
parent
0275098bdd
commit
2d1081c296
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
*/
|
*/
|
||||||
#include "super16.h"
|
#include "super16.h"
|
||||||
|
|
||||||
|
#ifdef RGB_MATRIX_ENABLE
|
||||||
led_config_t g_led_config = { {
|
led_config_t g_led_config = { {
|
||||||
// Key Matrix to LED Index
|
// Key Matrix to LED Index
|
||||||
{ 0, 1, 2, 3 },
|
{ 0, 1, 2, 3 },
|
||||||
|
@ -35,3 +36,4 @@ led_config_t g_led_config = { {
|
||||||
4, 4, 4, 4,
|
4, 4, 4, 4,
|
||||||
4, 4, 4, 4
|
4, 4, 4, 4
|
||||||
} };
|
} };
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue