aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGergely Nagy <algernon@madhouse-project.org>2017-07-30 09:40:16 +0200
committerJesse Vincent <jesse@keyboard.io>2017-08-14 15:46:27 -0700
commit49b5acd40ccc1a0c941a185b9eb245ac9ec19062 (patch)
tree37f09c51a3da3ccb8fc22e622e26859a939ba6b3 /.gitignore
parent567b3173f0be93628f9b5e5a13dd283ffdc11017 (diff)
downloadModel01-Firmware-49b5acd40ccc1a0c941a185b9eb245ac9ec19062.tar.gz
Model01-Firmware-49b5acd40ccc1a0c941a185b9eb245ac9ec19062.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 '.gitignore')
0 files changed, 0 insertions, 0 deletions