summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_ucis.h
AgeCommit message (Collapse)AuthorFilesLines
2018-10-03process_ucis: Add a callback for success (#4067)martinakcsilla1-0/+1
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>
2017-03-29Clarify the quantum license (#1042)skullydazed1-0/+16
* Clarify the license for files we have signoff on * Update against the currently signed off files * Remove unused and not clearly licensed headers * Replace an #endif I accidentally removed while resolving merge conflicts
2017-02-15add unicode common file, get names rightJack Humbert1-0/+1
2017-02-15split up unicode systems into different filesJack Humbert1-0/+34