aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/1upkeyboards/super16/super16.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/1upkeyboards/super16/super16.c b/keyboards/1upkeyboards/super16/super16.c
index 93c593ed6..eebb72c71 100644
--- a/keyboards/1upkeyboards/super16/super16.c
+++ b/keyboards/1upkeyboards/super16/super16.c
@@ -15,6 +15,7 @@
15 */ 15 */
16#include "super16.h" 16#include "super16.h"
17 17
18#ifdef RGB_MATRIX_ENABLE
18led_config_t g_led_config = { { 19led_config_t g_led_config = { {
19 // Key Matrix to LED Index 20 // Key Matrix to LED Index
20 { 0, 1, 2, 3 }, 21 { 0, 1, 2, 3 },
@@ -35,3 +36,4 @@ led_config_t g_led_config = { {
35 4, 4, 4, 4, 36 4, 4, 4, 4,
36 4, 4, 4, 4 37 4, 4, 4, 4
37} }; 38} };
39#endif