Skip to content

Commit

Permalink
[Keyboard] Forget to ifdef Super16 led config (qmk#8314)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Mar 4, 2020
1 parent 0275098 commit 2d1081c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keyboards/1upkeyboards/super16/super16.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand All @@ -35,3 +36,4 @@ led_config_t g_led_config = { {
4, 4, 4, 4,
4, 4, 4, 4
} };
#endif

0 comments on commit 2d1081c

Please sign in to comment.