aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mechlovin/adelais/adelais.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mechlovin/adelais/adelais.c')
-rw-r--r--keyboards/mechlovin/adelais/adelais.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mechlovin/adelais/adelais.c b/keyboards/mechlovin/adelais/adelais.c
index c4676007e..87f0caf09 100644
--- a/keyboards/mechlovin/adelais/adelais.c
+++ b/keyboards/mechlovin/adelais/adelais.c
@@ -62,7 +62,7 @@ bool led_update_kb(led_t led_state) {
62 if(led_update_user(led_state)) { 62 if(led_update_user(led_state)) {
63 writePin(B2, led_state.caps_lock); 63 writePin(B2, led_state.caps_lock);
64 writePin(B9, led_state.scroll_lock); 64 writePin(B9, led_state.scroll_lock);
65 writePin(C12, led_state.num_lock); 65 writePin(C15, led_state.num_lock);
66 } 66 }
67 67
68 return true; 68 return true;