]> git.donarmstrong.com Git - qmk_firmware.git/commit
process_unicode: Replace register_hex32
authorGergely Nagy <algernon@madhouse-project.org>
Mon, 15 Aug 2016 08:02:05 +0000 (10:02 +0200)
committerGergely Nagy <algernon@madhouse-project.org>
Mon, 15 Aug 2016 08:08:53 +0000 (10:08 +0200)
commit43d08629cf275d0b32281ffe8785258fff226b49
tree35d116efeb3557d7b7e59276d7d53c450ebe9de9
parenta312cbf712764277e0dbbbb99410c2f6fc6c7484
process_unicode: Replace register_hex32

It turns out that register_hex32 did not work reliably, and some systems
only allow 7 chars after the unicode magic sequence, while others allow
8. To remedy the situation, store the codes as strings, and type those
in instead of doing bit shifting magic.

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