mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 03:19:24 +00:00
Update keyboards/skyloong/gk61/pro_ds/keymaps/via/keymap.c
OK, Thank you for your advice. Co-authored-by: Daniel <1767914+iamdanielv@users.noreply.github.com>
This commit is contained in:
parent
26c322296b
commit
4e017fa58a
@ -202,13 +202,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
}
|
||||
return false; // cancel all further processing of this key
|
||||
|
||||
case MO(2):
|
||||
if (record->event.pressed) {
|
||||
FN_WIN = 1;
|
||||
} else {
|
||||
FN_WIN = 0;
|
||||
}
|
||||
return true; // continue all further processing of this key
|
||||
|
||||
case DF(1):
|
||||
if (record->event.pressed) {
|
||||
|
Loading…
Reference in New Issue
Block a user