[Keymap] Drashna Keymap updates for 0.21.0 (#21073)
This commit is contained in:
parent
1411c79aef
commit
3a3e5abac9
71 changed files with 1609 additions and 2215 deletions
|
|
@ -5,9 +5,14 @@
|
|||
|
||||
#ifdef TAPPING_TERM_PER_KEY
|
||||
__attribute__((weak)) uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) {
|
||||
|
||||
switch (keycode) {
|
||||
case BK_LWER:
|
||||
return TAPPING_TERM + 25;
|
||||
case QK_MOD_TAP ... QK_MOD_TAP_MAX:
|
||||
if (QK_MOD_TAP_GET_MODS(keycode) & MOD_LGUI) {
|
||||
return 300;
|
||||
}
|
||||
default:
|
||||
return TAPPING_TERM;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue