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:
JIKEDINGZHI 2024-08-21 08:43:36 +08:00 committed by GitHub
parent 26c322296b
commit 4e017fa58a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {