aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_unicode.h
Commit message (Expand)AuthorAgeFilesLines
* New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fix...Konstantin Đorđević2019-05-031-1/+1
* Overhaul Unicode Common functionality (#4325)Drashna Jaelre2018-12-191-4/+1
* Clarify the quantum license (#1042)skullydazed2017-03-281-0/+15
* add unicode common file, get names rightJack Humbert2017-02-151-123/+1
* split up unicode systems into different filesJack Humbert2017-02-151-36/+0
* fix strict-prototypes warningPriyadi Iman Nurcahyo2016-11-261-0/+1
* Unicode WinCompose input methodPriyadi Iman Nurcahyo2016-10-231-4/+5
* Unicode map framework. Allow unicode up to 0xFFFFF using separatePriyadi Iman Nurcahyo2016-10-101-0/+4
* process_unicode: Add get_unicode_input_mode()Gergely Nagy2016-08-311-0/+1
* quantum: Move qk_ucis_state to process_unicode.cGergely Nagy2016-08-241-2/+4
* process_unicode: Introduce a slight delayGergely Nagy2016-08-151-0/+4
* process_unicode: Replace register_hex32Gergely Nagy2016-08-151-4/+4
* process_unicode: Use uint32_t for UCIS purposesGergely Nagy2016-08-151-3/+4
* process_unicode: Make the startup overridableGergely Nagy2016-08-151-0/+1
* process_unicode: Call process_ucis() automaticallyGergely Nagy2016-08-151-1/+1
* process_unicode: Add a way to enter unicode symbols by nameGergely Nagy2016-08-151-1/+28
* process_unicode: Small refactor & linux fixGergely Nagy2016-08-151-0/+3
* Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert2016-06-291-0/+122