Browse Source

[Keymap] Small changes to fix failing karn keyboard build (#20618)

pull/20991/head
Robert Mills 1 year ago
committed by GitHub
parent
commit
62a90945c7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions
  1. +0
    -5
      keyboards/karn/keymaps/colemak/config.h
  2. +1
    -1
      keyboards/karn/keymaps/colemak/keymap.c

+ 0
- 5
keyboards/karn/keymaps/colemak/config.h View File

@ -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

+ 1
- 1
keyboards/karn/keymaps/colemak/keymap.c View File

@ -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…
Cancel
Save