mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-19 22:22:03 +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:
parent
4e017fa58a
commit
22584421cd
@ -214,14 +214,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||||||
}
|
}
|
||||||
return false; // cancel all further processing of this key
|
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):
|
case TD(_DN_MU):
|
||||||
action = &tap_dance_actions[QK_TAP_DANCE_GET_INDEX(keycode)];
|
action = &tap_dance_actions[QK_TAP_DANCE_GET_INDEX(keycode)];
|
||||||
if (!record->event.pressed && action->state.count && !action->state.finished) {
|
if (!record->event.pressed && action->state.count && !action->state.finished) {
|
||||||
|
Loading…
Reference in New Issue
Block a user