aboutsummaryrefslogtreecommitdiff
path: root/keyboard/planck/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/planck/matrix.c')
-rw-r--r--keyboard/planck/matrix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboard/planck/matrix.c b/keyboard/planck/matrix.c
index 8a021719c..d335a8fbe 100644
--- a/keyboard/planck/matrix.c
+++ b/keyboard/planck/matrix.c
@@ -65,7 +65,9 @@ void matrix_init(void)
65 MCUCR |= (1<<JTD); 65 MCUCR |= (1<<JTD);
66 MCUCR |= (1<<JTD); 66 MCUCR |= (1<<JTD);
67 67
68 #if BACKLIGHT_ENABLE == 'yes'
68 backlight_init_ports(); 69 backlight_init_ports();
70 #endif
69 71
70 // Turn status LED on 72 // Turn status LED on
71 DDRE |= (1<<6); 73 DDRE |= (1<<6);