Skip to content

Commit 62a9094

Browse files
authored
[Keymap] Small changes to fix failing karn keyboard build (#20618)
1 parent 0b62a4e commit 62a9094

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

keyboards/karn/keymaps/colemak/config.h

-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
#pragma once
55

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-
116
// Equivalent to zmk behavior-hold-tap hold-preferred flavor
127
#define HOLD_ON_OTHER_KEY_PRESS_PER_KEY
138

keyboards/karn/keymaps/colemak/keymap.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ enum {
1010
};
1111

1212
// Tap Dance definitions
13-
qk_tap_dance_action_t tap_dance_actions[] = {
13+
tap_dance_action_t tap_dance_actions[] = {
1414
// Tap once for F1, twice for F11
1515
[TD_F1_F11] = ACTION_TAP_DANCE_DOUBLE(KC_F1, KC_F11),
1616
[TD_F2_F12] = ACTION_TAP_DANCE_DOUBLE(KC_F2, KC_F12),

0 commit comments

Comments
 (0)