mirror of
https://github.com/qmk/qmk_firmware
synced 2025-01-06 15:01:39 +00:00
Update keyboards/skyloong/gk61/pro_ds/keymaps/via/keymap.c
OK, Thank you. Co-authored-by: Daniel <1767914+iamdanielv@users.noreply.github.com>
This commit is contained in:
@ -214,14 +214,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
}
|
||||
return false; // cancel all further processing of this key
|
||||
|
||||
case MO(3):
|
||||
if (record->event.pressed) {
|
||||
FN_MAC = 1;
|
||||
} else {
|
||||
FN_MAC = 0;
|
||||
}
|
||||
return true; // continue all further processing of this key
|
||||
|
||||
case TD(_DN_MU):
|
||||
action = &tap_dance_actions[QK_TAP_DANCE_GET_INDEX(keycode)];
|
||||
if (!record->event.pressed && action->state.count && !action->state.finished) {
|
||||
|
Reference in New Issue
Block a user