mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 16:37:58 +06:00
Fix LED indicator
This commit is contained in:
parent
af97d6b58e
commit
dee6a6982c
|
@ -882,7 +882,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||||
layer_off(_PUNC);
|
layer_off(_PUNC);
|
||||||
update_tri_layer(_PUNC, _GREEKL, _EMOJI);
|
update_tri_layer(_PUNC, _GREEKL, _EMOJI);
|
||||||
if (IS_LAYER_ON(_GREEKL)) {
|
if (IS_LAYER_ON(_GREEKL)) {
|
||||||
;
|
led_layer_normal();
|
||||||
} else {
|
} else {
|
||||||
led_layer_normal();
|
led_layer_normal();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user