]> git.donarmstrong.com Git - qmk_firmware.git/commit
process_ucis: Add a callback for success (#4067)
authormartinakcsilla <martinakcsilla@users.noreply.github.com>
Wed, 3 Oct 2018 21:38:02 +0000 (23:38 +0200)
committerDrashna Jaelre <drashna@live.com>
Wed, 3 Oct 2018 21:38:02 +0000 (14:38 -0700)
commit0d61e612f063b91568bf8098878051c4ea405ab3
treeea4730ff36225d7c731c5b329310d253f0f660d4
parentac27b62fa17859b61a5b5f6c26b1e3113f219b39
process_ucis: Add a callback for success (#4067)

There is `qk_ucis_symbol_fallback` for the case where symbol lookup
fails, but there wasn't one for the success case. This adds
`qk_ucis_success`, called after successfully finishing the UCIS symbol
input.

Thanks to @drashna for the idea!

Signed-off-by: Csilla Nagyné Martinák <csilla@csillger.hu>
quantum/process_keycode/process_ucis.c
quantum/process_keycode/process_ucis.h