summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_unicode.h
diff options
context:
space:
mode:
authorGergely Nagy <algernon@madhouse-project.org>2016-08-14 10:37:51 +0200
committerGergely Nagy <algernon@madhouse-project.org>2016-08-15 10:08:53 +0200
commit234dd276cf03be6fd6961473e9d9c8f35deec682 (patch)
treeb944f3d4dd6763c0a1a8682f42ccc77a10b7c86f /quantum/process_keycode/process_unicode.h
parent857aa5bef6a74f8785a7039feea5286c07bf7067 (diff)
downloadqmk_firmware-234dd276cf03be6fd6961473e9d9c8f35deec682.tar.gz
qmk_firmware-234dd276cf03be6fd6961473e9d9c8f35deec682.tar.xz
process_unicode: Make the startup overridable
Extract out the part of `qk_ucis_start` that inputs the placeholder symbol, and make it weak, so it can be overridden. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
Diffstat (limited to 'quantum/process_keycode/process_unicode.h')
-rw-r--r--quantum/process_keycode/process_unicode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_unicode.h b/quantum/process_keycode/process_unicode.h
index c5005897e..75607e40e 100644
--- a/quantum/process_keycode/process_unicode.h
+++ b/quantum/process_keycode/process_unicode.h
@@ -37,6 +37,7 @@ struct {
extern const qk_ucis_symbol_t ucis_symbol_table[];
void qk_ucis_start(void);
+void qk_ucis_start_user(void);
void qk_ucis_symbol_fallback (void);
bool process_ucis (uint16_t keycode, keyrecord_t *record);