~ruther/qmk_firmware

8d4fcd678a083f3c6694b86b654ffe65b537929b — Ananya Kirti 4 years ago 817fcfd
Hp69 - Update led logic (#13940)

Co-authored-by: zvecr <git@zvecr.com>
1 files changed, 1 insertions(+), 1 deletions(-)

M keyboards/hp69/keymaps/via/keymap.c
M keyboards/hp69/keymaps/via/keymap.c => keyboards/hp69/keymaps/via/keymap.c +1 -1
@@ 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;
};