aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_ucis.h
Commit message (Collapse)AuthorAgeFilesLines
* process_ucis: Add a callback for success (#4067)martinakcsilla2018-10-031-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>
* Clarify the quantum license (#1042)skullydazed2017-03-281-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
* add unicode common file, get names rightJack Humbert2017-02-151-0/+1
|
* split up unicode systems into different filesJack Humbert2017-02-151-0/+34