]> git.donarmstrong.com Git - qmk_firmware.git/commit
process_unicode: Add get_unicode_input_mode()
authorGergely Nagy <algernon@madhouse-project.org>
Wed, 31 Aug 2016 06:21:52 +0000 (08:21 +0200)
committerGergely Nagy <algernon@madhouse-project.org>
Wed, 31 Aug 2016 06:21:52 +0000 (08:21 +0200)
commitc9ea236fc35d350c0ff33de0af84d3dee7d0eb95
treebfe81eef5f6d5c1e856f408ba255afb0cd75c075
parent27f9671a3ee331b82fff6324a8f73681521ec07a
process_unicode: Add get_unicode_input_mode()

There may be cases where one would like to know the current Unicode
input mode, without having to keep track of it themselves. Add a
function that does just this.

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