Browse Source

[Keyboard] Forget to ifdef Super16 led config (#8314)

pull/8316/head
Joel Challis 4 years ago
committed by GitHub
parent
commit
2d1081c296
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      keyboards/1upkeyboards/super16/super16.c

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

Loading…
Cancel
Save