Skip to content

Commit

Permalink
Hp69 - Update led logic (#13940)
Browse files Browse the repository at this point in the history
Co-authored-by: zvecr <git@zvecr.com>
  • Loading branch information
AnanyaKirti and zvecr authored Aug 11, 2021
1 parent 817fcfd commit 8d4fcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/hp69/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ void matrix_scan_user(void) {
}

bool led_update_user(led_t led_state) {
writePin(LED_CAPS_LOCK_PIN, !led_state.caps_lock);
writePin(LED_CAPS_LOCK_PIN, led_state.caps_lock);
return false;
};

0 comments on commit 8d4fcd6

Please sign in to comment.