mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
[Keymap] Small changes to fix failing karn keyboard build (#20618)
This commit is contained in:
parent
0b62a4ef72
commit
62a90945c7
|
@ -3,11 +3,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
// Equivalent to zmk behavior-hold-tap tap-preferred flavor
|
||||
// Do not force the mod-tap key press to be handled as a modifier
|
||||
// if any other key was pressed while the mod-tap key is held down.
|
||||
#define IGNORE_MOD_TAP_INTERRUPT_PER_KEY
|
||||
|
||||
// Equivalent to zmk behavior-hold-tap hold-preferred flavor
|
||||
#define HOLD_ON_OTHER_KEY_PRESS_PER_KEY
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ enum {
|
|||
};
|
||||
|
||||
// Tap Dance definitions
|
||||
qk_tap_dance_action_t tap_dance_actions[] = {
|
||||
tap_dance_action_t tap_dance_actions[] = {
|
||||
// Tap once for F1, twice for F11
|
||||
[TD_F1_F11] = ACTION_TAP_DANCE_DOUBLE(KC_F1, KC_F11),
|
||||
[TD_F2_F12] = ACTION_TAP_DANCE_DOUBLE(KC_F2, KC_F12),
|
||||
|
|
Loading…
Reference in a new issue