]> git.donarmstrong.com Git - qmk_firmware.git/commit
process_unicode: Handle too long UCIS symbol names
authorGergely Nagy <algernon@madhouse-project.org>
Sat, 13 Aug 2016 09:11:22 +0000 (11:11 +0200)
committerGergely Nagy <algernon@madhouse-project.org>
Mon, 15 Aug 2016 08:08:53 +0000 (10:08 +0200)
commit0b6861827faea747345ea38202d64c8004ab128c
tree8791abe3dec280fbbf6a6be30d461bc1ada25110
parentfa06a163607e8c6c4bd0968c2de96a9a298b777c
process_unicode: Handle too long UCIS symbol names

If the symbol name being entered is longer than the max, stop recording
it, and stop processing keycodes apart from the ones that can delete,
finish or cancel the sequence.

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