Browse Source

Hp69 - Update led logic (#13940)

Co-authored-by: zvecr <git@zvecr.com>
pull/13971/head
Ananya Kirti 2 years ago
committed by GitHub
parent
commit
8d4fcd678a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/hp69/keymaps/via/keymap.c

+ 1
- 1
keyboards/hp69/keymaps/via/keymap.c View File

@ -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;
};

Loading…
Cancel
Save