fl16: Fix display switch
Works already but sometimes opens the windows start menu. Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
parent
6c1da1a6ab
commit
da053f2cdc
@ -70,8 +70,8 @@ bool process_record_kb(uint16_t keycode, keyrecord_t *record) {
|
||||
register_code(KC_LGUI);
|
||||
register_code(KC_P);
|
||||
} else {
|
||||
unregister_code(KC_LGUI);
|
||||
unregister_code(KC_P);
|
||||
unregister_code(KC_LGUI);
|
||||
}
|
||||
return false; // Skip all further processing of this key
|
||||
default:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user