summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_unicode.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-03New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fix...Konstantin Đorđević1-1/+1
2018-12-19Overhaul Unicode Common functionality (#4325)Drashna Jaelre1-4/+1
2017-03-29Clarify the quantum license (#1042)skullydazed1-0/+15
2017-02-15add unicode common file, get names rightJack Humbert1-123/+1
2017-02-15split up unicode systems into different filesJack Humbert1-36/+0
2016-11-26fix strict-prototypes warningPriyadi Iman Nurcahyo1-0/+1
2016-10-23Unicode WinCompose input methodPriyadi Iman Nurcahyo1-4/+5
2016-10-09Unicode map framework. Allow unicode up to 0xFFFFF using separatePriyadi Iman Nurcahyo1-0/+4
2016-08-31process_unicode: Add get_unicode_input_mode()Gergely Nagy1-0/+1
2016-08-24quantum: Move qk_ucis_state to process_unicode.cGergely Nagy1-2/+4
2016-08-15process_unicode: Introduce a slight delayGergely Nagy1-0/+4
2016-08-15process_unicode: Replace register_hex32Gergely Nagy1-4/+4
2016-08-15process_unicode: Use uint32_t for UCIS purposesGergely Nagy1-3/+4
2016-08-15process_unicode: Make the startup overridableGergely Nagy1-0/+1
2016-08-15process_unicode: Call process_ucis() automaticallyGergely Nagy1-1/+1
2016-08-15process_unicode: Add a way to enter unicode symbols by nameGergely Nagy1-1/+28
2016-08-15process_unicode: Small refactor & linux fixGergely Nagy1-0/+3
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert1-0/+122