mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
2f4361c88f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ void matrix_init_kb(void) {
|
|||
|
||||
bool led_update_kb(led_t led_state) {
|
||||
// Only update if left half
|
||||
if (isLeftHand && led_update_user(led_state)) {
|
||||
if (led_update_user(led_state) && isLeftHand) {
|
||||
writePin(CAPS_LOCK_LED_PIN, !led_state.caps_lock);
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue