]> git.donarmstrong.com Git - qmk_firmware.git/commit
process_unicode: Fix set_unicode_input_mode()
authorGergely Nagy <algernon@madhouse-project.org>
Sat, 13 Aug 2016 08:33:47 +0000 (10:33 +0200)
committerGergely Nagy <algernon@madhouse-project.org>
Sat, 13 Aug 2016 08:37:01 +0000 (10:37 +0200)
commit8bdf745909bc2581491acce11225f56a85bc8f24
tree6a3cbafc39d280fe8182adae3c2eb0d1e15c95d8
parent098951905d527c19043de75ef262ac9679ec452b
process_unicode: Fix set_unicode_input_mode()

In the header, this was defined as `set_unicode_input_mode`, but the
implementation had `set_unicode_mode` for a name. Changed the
implementation to match the header.

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