Skip to content

Commit

Permalink
[Keymap] Small changes to fix failing karn keyboard build (qmk#20618)
Browse files Browse the repository at this point in the history
  • Loading branch information
robcmills authored and rodrigob committed May 2, 2023
1 parent 42ad7c0 commit 1bc4c3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions keyboards/karn/keymaps/colemak/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion keyboards/karn/keymaps/colemak/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 1bc4c3d

Please sign in to comment.