summaryrefslogtreecommitdiff
path: root/ferris/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'ferris/keymap.c')
-rw-r--r--ferris/keymap.c13
1 files changed, 0 insertions, 13 deletions
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
//