We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b62a4e commit 62a9094Copy full SHA for 62a9094
keyboards/karn/keymaps/colemak/config.h
@@ -3,11 +3,6 @@
3
4
#pragma once
5
6
-// Equivalent to zmk behavior-hold-tap tap-preferred flavor
7
-// Do not force the mod-tap key press to be handled as a modifier
8
-// if any other key was pressed while the mod-tap key is held down.
9
-#define IGNORE_MOD_TAP_INTERRUPT_PER_KEY
10
-
11
// Equivalent to zmk behavior-hold-tap hold-preferred flavor
12
#define HOLD_ON_OTHER_KEY_PRESS_PER_KEY
13
keyboards/karn/keymaps/colemak/keymap.c
@@ -10,7 +10,7 @@ enum {
};
// Tap Dance definitions
-qk_tap_dance_action_t tap_dance_actions[] = {
+tap_dance_action_t tap_dance_actions[] = {
14
// Tap once for F1, twice for F11
15
[TD_F1_F11] = ACTION_TAP_DANCE_DOUBLE(KC_F1, KC_F11),
16
[TD_F2_F12] = ACTION_TAP_DANCE_DOUBLE(KC_F2, KC_F12),
0 commit comments