diff options
| author | Gergely Nagy <algernon@madhouse-project.org> | 2016-08-13 11:14:42 +0200 |
|---|---|---|
| committer | Gergely Nagy <algernon@madhouse-project.org> | 2016-08-15 10:08:53 +0200 |
| commit | 857aa5bef6a74f8785a7039feea5286c07bf7067 (patch) | |
| tree | 5b6df0c634bf756874e61f3e2e968921cf139b08 /quantum/process_keycode/process_unicode.h | |
| parent | 0b6861827faea747345ea38202d64c8004ab128c (diff) | |
| download | qmk_firmware-857aa5bef6a74f8785a7039feea5286c07bf7067.tar.gz qmk_firmware-857aa5bef6a74f8785a7039feea5286c07bf7067.zip | |
process_unicode: Call process_ucis() automatically
If UCIS is enabled, call process_ucis() automatically from
process_record_quantum().
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_unicode.h b/quantum/process_keycode/process_unicode.h index 372ea2f0d..c5005897e 100644 --- a/quantum/process_keycode/process_unicode.h +++ b/quantum/process_keycode/process_unicode.h | |||
| @@ -38,7 +38,7 @@ extern const qk_ucis_symbol_t ucis_symbol_table[]; | |||
| 38 | 38 | ||
| 39 | void qk_ucis_start(void); | 39 | void qk_ucis_start(void); |
| 40 | void qk_ucis_symbol_fallback (void); | 40 | void qk_ucis_symbol_fallback (void); |
| 41 | bool process_record_ucis (uint16_t keycode, keyrecord_t *record); | 41 | bool process_ucis (uint16_t keycode, keyrecord_t *record); |
| 42 | 42 | ||
| 43 | #endif | 43 | #endif |
| 44 | 44 | ||
