From c23581d985430c2571af958c4aca43499737fb72 Mon Sep 17 00:00:00 2001 From: Jonathan Rascher Date: Sat, 5 Oct 2019 14:40:08 -0500 Subject: [Keymap] Initial personal keymap for Lily58 (#6908) * Initial Lily58 keymap * Still not sure if these thumb key placements are optimal or not. I might want to move space (enter) one key to the left (right), respectively. * Also unsure how I feel about Esc on a mod tap key with Ctrl... might move it back to its own key and relocate the = key. * Missing bindings for Print Screen, Scroll Lock, Pause/Break. * Make Lily58 layout support operation without numrow * Move some Lily58 modifiers around * Move nav keys to more consistent locations * Rebinding shift on Raise is stupid * Don't stomp Ctrl on the Lower layer * Tweak bottom row a little bit --- users/bcat/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'users') diff --git a/users/bcat/config.h b/users/bcat/config.h index 990fda68ca..a0942e9f4f 100644 --- a/users/bcat/config.h +++ b/users/bcat/config.h @@ -3,6 +3,11 @@ #define TAP_CODE_DELAY 20 +/* Extend default tap timeout because I'm too slow. :) */ +#undef TAPPING_TERM + +#define TAPPING_TERM 250 + #if defined(RGBLIGHT_ENABLE) /* Turn off RGB underglow when the host goes to sleep. */ #define RGBLIGHT_SLEEP -- cgit v1.2.3