aboutsummaryrefslogtreecommitdiff
path: root/keyboards/matrix/noah/noah.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/matrix/noah/noah.c')
-rw-r--r--keyboards/matrix/noah/noah.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/matrix/noah/noah.c b/keyboards/matrix/noah/noah.c
index 184be4370..64069148e 100644
--- a/keyboards/matrix/noah/noah.c
+++ b/keyboards/matrix/noah/noah.c
@@ -7,7 +7,7 @@
7#ifdef RGBLIGHT_ENABLE 7#ifdef RGBLIGHT_ENABLE
8#include <string.h> 8#include <string.h>
9#include "rgblight.h" 9#include "rgblight.h"
10#include "ws2812_f4.h" 10#include "ws2812.h"
11extern rgblight_config_t rgblight_config; 11extern rgblight_config_t rgblight_config;
12 12
13// led 0 for caps lock, led 1 for scroll lock, led 3 for num lock 13// led 0 for caps lock, led 1 for scroll lock, led 3 for num lock
@@ -58,7 +58,6 @@ void matrix_init_kb(void) {
58__attribute__((weak)) 58__attribute__((weak))
59void matrix_init_user(void) { 59void matrix_init_user(void) {
60#ifdef RGBLIGHT_ENABLE 60#ifdef RGBLIGHT_ENABLE
61 ws2812_init();
62 rgblight_enable(); 61 rgblight_enable();
63#endif 62#endif
64 63