[Keyboard] Forget to ifdef Super16 led config (#8314)
authorJoel Challis <git@zvecr.com>
Wed, 4 Mar 2020 19:46:03 +0000 (19:46 +0000)
committerGitHub <noreply@github.com>
Wed, 4 Mar 2020 19:46:03 +0000 (19:46 +0000)
keyboards/1upkeyboards/super16/super16.c

index 93c593e..eebb72c 100644 (file)
@@ -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