aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_ucis.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix UCIS codeDrashna Jaelre2018-11-191-2/+4
| | | | Revert code change that broke UCIS due to bad suggestions
* Fix Unicode EEPROM handling so it is consistent. (#4066)Drashna Jaelre2018-10-191-3/+3
| | | | | | | | | | | | | | | | * Fix Unicode EEPROM handling so it's consistant * Remove changes to my userspace * Optimize variables used * fix functions * additional cleanup * Add False Flag * rename function
* process_ucis: Add a callback for success (#4067)martinakcsilla2018-10-031-0/+8
| | | | | | | | | | 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-1/+17
| | | | | | | | | | * 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
* split up unicode systems into different filesJack Humbert2017-02-151-0/+133