summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_unicode_common.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix Unicode EEPROM handling so it is consistent. (#4066)Drashna Jaelre2018-10-191-6/+11
| | | | | | | | | | | | | | | | * 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
* Add send_unicode_hex_string function (#3828)Drashna Jaelre2018-10-011-0/+28
| | | | | | | | | | | * Add send_string_unicode function Co-authored-by: kdb424 <kdb424@gmail.com> Co-authored-by: Konstantin <vomindoraan@gmail.com> * Clean up code based on feedback * Fix includes
* add UC_OSX_RALT to make unicode use the Right Alt key on OSXMarco Fontani2017-08-301-0/+6
|
* Fix undefined eeprom warnings in unicode processingFred Sundvik2017-04-131-0/+1
|
* Worked around some new Makefile issues.nielsenz2017-03-301-1/+0
|
* Pulling and pushing troublesnielsenz2017-03-301-0/+15
|
* 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
* fix weirdness with arm and modsJack Humbert2017-02-151-18/+20
|
* unique variable nameJack Humbert2017-02-151-18/+18
|
* publicise variablesJack Humbert2017-02-151-3/+0
|
* add unicode common file, get names rightJack Humbert2017-02-151-0/+86