forked from mirrors/qmk_firmware
parent
817fcfdc9a
commit
8d4fcd678a
1 changed files with 1 additions and 1 deletions
|
@ -54,6 +54,6 @@ void matrix_scan_user(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool led_update_user(led_t led_state) {
|
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;
|
return false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue