mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-04 19:00:34 -04:00
Implementing Key Override
- converting shift backspace to this setup since its simpler - Just commented out the existing code in case this doesn't work - May convert some of the symbols to this instead of a hold
This commit is contained in:
parent
20cdbdd1a5
commit
bd0ef31328
4 changed files with 24 additions and 6 deletions
|
@ -41,6 +41,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
}
|
||||
return false;
|
||||
|
||||
/*
|
||||
case KC_BSPC: {
|
||||
//https://docs.qmk.fm/#/feature_advanced_keycodes?id=shift-backspace-for-delete
|
||||
|
||||
|
@ -90,7 +91,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
// if the shift modifier is not detected
|
||||
return true;
|
||||
}
|
||||
|
||||
*/
|
||||
//https://docs.qmk.fm/#/mod_tap?id=changing-both-tasp-and-hold
|
||||
//https://getreuer.info/posts/keyboards/triggers/index.html#tap-vs.-long-press
|
||||
//https://www.jonashietala.se/series/t-34/ he focuses on a keymap for programming/VIM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue