[Keymap] Updates to drashna Keymaps and Userspace (#17543)

This commit is contained in:
Drashna Jaelre
2022-07-02 19:55:46 -07:00
committed by GitHub
parent a3119385a4
commit 1c43410e26
26 changed files with 759 additions and 522 deletions

View File

@@ -29,10 +29,10 @@ __attribute__((weak)) bool get_hold_on_other_key_press(uint16_t keycode, keyreco
// Do not select the hold action when another key is pressed.
// return false;
switch (keycode) {
case QK_LAYER_TAP ... QK_LAYER_TAP_MAX:
return true;
// case QK_LAYER_TAP ... QK_LAYER_TAP_MAX:
// return true;
default:
return false;
return true;
}
}