]> git.donarmstrong.com Git - qmk_firmware.git/commit
process_unicode: Small refactor & linux fix
authorGergely Nagy <algernon@madhouse-project.org>
Sat, 13 Aug 2016 08:43:22 +0000 (10:43 +0200)
committerGergely Nagy <algernon@madhouse-project.org>
Mon, 15 Aug 2016 08:08:53 +0000 (10:08 +0200)
commit63e5782d2cdf0ee282ad434c773463d9da9db6b3
treec8d95a1ea486d13c18322c007f94dd570f569179
parentbc8976d27781a45c735eb98d3110e7df6f8a0bad
process_unicode: Small refactor & linux fix

This moves the unicode input start / end sequences into their own
functions, so keymaps and other functionality can build on it too.

At the same time, it changes how the Linux variant works, to match
reality: CTRL+SHIFT must be unregistered too, and we close the thing
with a Space instead.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
quantum/process_keycode/process_unicode.c
quantum/process_keycode/process_unicode.h