mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
[Keyboard] Forget to ifdef Super16 led config (#8314)
This commit is contained in:
parent
0275098bdd
commit
2d1081c296
@ -15,6 +15,7 @@
|
||||
*/
|
||||
#include "super16.h"
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
led_config_t g_led_config = { {
|
||||
// Key Matrix to LED Index
|
||||
{ 0, 1, 2, 3 },
|
||||
@ -35,3 +36,4 @@ led_config_t g_led_config = { {
|
||||
4, 4, 4, 4,
|
||||
4, 4, 4, 4
|
||||
} };
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user