aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_unicode.h
AgeCommit message (Expand)Author
2019-05-03New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fix...Gravatar Konstantin Đorđević
2018-12-19Overhaul Unicode Common functionality (#4325)Gravatar Drashna Jaelre
2017-03-28Clarify the quantum license (#1042)Gravatar skullydazed
2017-02-15add unicode common file, get names rightGravatar Jack Humbert
2017-02-15split up unicode systems into different filesGravatar Jack Humbert
2016-11-26fix strict-prototypes warningGravatar Priyadi Iman Nurcahyo
2016-10-23Unicode WinCompose input methodGravatar Priyadi Iman Nurcahyo
2016-10-10Unicode map framework. Allow unicode up to 0xFFFFF using separateGravatar Priyadi Iman Nurcahyo
2016-08-31process_unicode: Add get_unicode_input_mode()Gravatar Gergely Nagy
2016-08-24quantum: Move qk_ucis_state to process_unicode.cGravatar Gergely Nagy
2016-08-15process_unicode: Introduce a slight delayGravatar Gergely Nagy
2016-08-15process_unicode: Replace register_hex32Gravatar Gergely Nagy
2016-08-15process_unicode: Use uint32_t for UCIS purposesGravatar Gergely Nagy
2016-08-15process_unicode: Make the startup overridableGravatar Gergely Nagy
2016-08-15process_unicode: Call process_ucis() automaticallyGravatar Gergely Nagy
2016-08-15process_unicode: Add a way to enter unicode symbols by nameGravatar Gergely Nagy
2016-08-15process_unicode: Small refactor & linux fixGravatar Gergely Nagy
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Gravatar Jack Humbert