~ruther/qmk_firmware

2d1081c29638cd84428c40502ab35461403b107e — Joel Challis 5 years ago 0275098
[Keyboard] Forget to ifdef Super16 led config (#8314)

1 files changed, 2 insertions(+), 0 deletions(-)

M keyboards/1upkeyboards/super16/super16.c
M keyboards/1upkeyboards/super16/super16.c => keyboards/1upkeyboards/super16/super16.c +2 -0
@@ 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