aboutsummaryrefslogtreecommitdiff
path: root/keyboards/meira/meira.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/meira/meira.c')
-rw-r--r--keyboards/meira/meira.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/meira/meira.c b/keyboards/meira/meira.c
index 7879875db..e900fd0dd 100644
--- a/keyboards/meira/meira.c
+++ b/keyboards/meira/meira.c
@@ -30,7 +30,9 @@ void matrix_init_kb(void)
30#ifdef ISSI_ENABLE 30#ifdef ISSI_ENABLE
31 issi_init(); 31 issi_init();
32#endif 32#endif
33#ifdef BACKLIGHT_ENABLE
33 backlight_set(5); 34 backlight_set(5);
35#endif
34#ifdef WATCHDOG_ENABLE 36#ifdef WATCHDOG_ENABLE
35 // This is done after turning the layer LED red, if we're caught in a loop 37 // This is done after turning the layer LED red, if we're caught in a loop
36 // we should get a flashing red light 38 // we should get a flashing red light