[Keymap] Small changes to fix failing karn keyboard build (#20618)
2 files changed, 1 insertions(+), 6 deletions(-) M keyboards/karn/keymaps/colemak/config.h M keyboards/karn/keymaps/colemak/keymap.c
M keyboards/karn/keymaps/colemak/config.h => keyboards/karn/keymaps/colemak/config.h +0 -5
@@ 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
M keyboards/karn/keymaps/colemak/keymap.c => keyboards/karn/keymaps/colemak/keymap.c +1 -1