]> git.donarmstrong.com Git - qmk_firmware.git/commit
process_unicode: Use uint32_t for UCIS purposes
authorGergely Nagy <algernon@madhouse-project.org>
Sun, 14 Aug 2016 12:34:52 +0000 (14:34 +0200)
committerGergely Nagy <algernon@madhouse-project.org>
Mon, 15 Aug 2016 08:08:53 +0000 (10:08 +0200)
commita312cbf712764277e0dbbbb99410c2f6fc6c7484
tree9f78d4f9d041304fea69e78f68bfd52f972aecfb
parent234dd276cf03be6fd6961473e9d9c8f35deec682
process_unicode: Use uint32_t for UCIS purposes

Use a single uint32_t to store the unicode of a symbol, instead of an
array of uint16_ts.

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