Fix LED indicator
This commit is contained in:
parent
af97d6b58e
commit
dee6a6982c
1 changed files with 1 additions and 1 deletions
|
@ -882,7 +882,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
layer_off(_PUNC);
|
||||
update_tri_layer(_PUNC, _GREEKL, _EMOJI);
|
||||
if (IS_LAYER_ON(_GREEKL)) {
|
||||
;
|
||||
led_layer_normal();
|
||||
} else {
|
||||
led_layer_normal();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue