diff options
author | Gergely Nagy <algernon@madhouse-project.org> | 2017-07-30 09:40:16 +0200 |
---|---|---|
committer | Gergely Nagy <algernon@madhouse-project.org> | 2017-07-30 09:40:16 +0200 |
commit | dfcecf1eb2c9f9a068f593d94035911c483ec42e (patch) | |
tree | f150c3b9184947761ed7e1c2177734aae406e4c5 /tools | |
parent | 242c46856900ed2a370532daee6407068b941e67 (diff) | |
download | Model01-Firmware-dfcecf1eb2c9f9a068f593d94035911c483ec42e.tar.gz Model01-Firmware-dfcecf1eb2c9f9a068f593d94035911c483ec42e.zip |
Turn the Fn keys into Keymap1_Momentary
When both `Fn` keys are `KeymapNext_Momentary`, holding both would get us to the
`NUMPAD` layer, which overrides the palm keys and turns them into
`Keymap1_Momentary` keys. Thus, when releasing them, we would receive a release
event for `Keymap1_Momentary`, not for `KeymapNext_Momentary`, and we'd be stuck
on the `Numpad` layer until toggling it off.
To avoid this scenario, change the `KeymapNext_Momentary` keys into
`Keymap1_Momentary`, so we never reach the `NUMPAD` layer via the `Fn` keys.
Fixes keyboardio/Kaleidoscope#151, with thanks to @chughes87 for the report!
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions