summaryrefslogtreecommitdiff
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 c4676007ef..87f0caf091 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) {
if(led_update_user(led_state)) {
writePin(B2, led_state.caps_lock);
writePin(B9, led_state.scroll_lock);
- writePin(C12, led_state.num_lock);
+ writePin(C15, led_state.num_lock);
}
return true;