fix: caps lock indicator doesn't work on layer 1
This commit is contained in:
@@ -477,8 +477,8 @@ void matrix_scan_kb(void) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
uint8_t layer = get_highest_layer(layer_state);
|
uint8_t layer = get_highest_layer(layer_state);
|
||||||
if(layer != 1) {
|
if(layer != 3) {
|
||||||
ergodox_right_led_3_off();
|
ergodox_right_led_3_off();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user