forked from mirrors/qmk_userspace
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>
This commit is contained in:
parent
857aa5bef6
commit
234dd276cf
2 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue