aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/kyria/kyria.c
diff options
context:
space:
mode:
authorFredrik Salomonsson <plattfot@gmail.com>2020-07-10 15:00:04 -0700
committerGitHub <noreply@github.com>2020-07-10 23:00:04 +0100
commit21610d245ac0a7fe9a8fe76669bbf9b8aec78aab (patch)
treef679342a36c613b647f4fc82c8df77ffc7f8c1f3 /keyboards/kyria/kyria.c
parentbdfb1bc2b5e51e2b5f8844a0f6106162931c9ca8 (diff)
downloadfirmware-21610d245ac0a7fe9a8fe76669bbf9b8aec78aab.tar.gz
firmware-21610d245ac0a7fe9a8fe76669bbf9b8aec78aab.tar.bz2
firmware-21610d245ac0a7fe9a8fe76669bbf9b8aec78aab.zip
[Keymap] plattfot - Update and fix issue with DBL_TAP (#9666)
- Fix typo in the default layout. - Move esc and del to the navi layer. - Fix issue with oneshot layers and double tap aka DBL_TAP. - Add caps lock to the raise layer. Was relying on a broken behavior for the double tap to work with oneshot keys, i.e. the oneshot layer not being cleared after a key press in `process_record_user`, which allowed me to first press an oneshot key, then double tap and then a key. With the behavior fixed, this no longer works. As the oneshot layer will be cleared when double tap is pressed. To make double tap useful again. I changed that any of the layer keys does not clear the double tap. Which allows me for example to first press double tap, then an oneshot key and then a key. So now I'm able to type my double symbols again.
Diffstat (limited to 'keyboards/kyria/kyria.c')
0 files changed, 0 insertions, 0 deletions