diff options
author | Jonathan Rascher <jon@bcat.name> | 2019-10-05 14:40:08 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-10-05 12:40:08 -0700 |
commit | c23581d985430c2571af958c4aca43499737fb72 (patch) | |
tree | 9e00d5edab4016efce9d85cfdb83cdfd6ff7438f /users | |
parent | 03c132b33124630ab64e7f6370be9419e7a26b04 (diff) | |
download | qmk_firmware-c23581d985430c2571af958c4aca43499737fb72.tar.gz qmk_firmware-c23581d985430c2571af958c4aca43499737fb72.zip |
[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
Diffstat (limited to 'users')
-rw-r--r-- | users/bcat/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |