Fix LED indicator

This commit is contained in:
Priyadi Iman Nurcahyo 2017-02-10 06:31:29 +07:00
parent af97d6b58e
commit dee6a6982c

View file

@ -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();
}