From 3ddca1498576df51283aae3ded40d127fa107af3 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 12 Aug 2023 16:17:54 +0200 Subject: fine tune a bit --- ferris/keymap.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'ferris/keymap.c') diff --git a/ferris/keymap.c b/ferris/keymap.c index d0327ed..f47c5ff 100644 --- a/ferris/keymap.c +++ b/ferris/keymap.c @@ -77,19 +77,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { }; -// try to be more permissive with holds for layer switch keys -bool get_permissive_hold(uint16_t keycode, keyrecord_t *record) { - switch (keycode) { - case LT(_NUM, KC_SPC): - case LT(_NAV, KC_E): - // Immediately select the hold action when another key is tapped. - return true; - default: - // Do not select the hold action when another key is tapped. - return false; - } -} - // // improve home row modifiers via achordion // -- cgit v1.2.3