aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/1upkeyboards
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-03-04 19:46:03 +0000
committerGitHub <noreply@github.com>2020-03-04 19:46:03 +0000
commit2d1081c29638cd84428c40502ab35461403b107e (patch)
tree9fa534cf2da9b237291dc9317792ccd20bf145af /keyboards/1upkeyboards
parent0275098bdde4d92de25483399143d41c896a761e (diff)
downloadfirmware-2d1081c29638cd84428c40502ab35461403b107e.tar.gz
firmware-2d1081c29638cd84428c40502ab35461403b107e.tar.bz2
firmware-2d1081c29638cd84428c40502ab35461403b107e.zip
[Keyboard] Forget to ifdef Super16 led config (#8314)
Diffstat (limited to 'keyboards/1upkeyboards')
-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 @@
*/
#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