summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_unicode.h
AgeCommit message (Expand)Author
2017-03-28Clarify the quantum license (#1042)skullydazed
2017-02-15add unicode common file, get names rightJack Humbert
2017-02-15split up unicode systems into different filesJack Humbert
2016-11-26fix strict-prototypes warningPriyadi Iman Nurcahyo
2016-10-23Unicode WinCompose input methodPriyadi Iman Nurcahyo
2016-10-10Unicode map framework. Allow unicode up to 0xFFFFF using separatePriyadi Iman Nurcahyo
2016-08-31process_unicode: Add get_unicode_input_mode()Gergely Nagy
2016-08-24quantum: Move qk_ucis_state to process_unicode.cGergely Nagy
2016-08-15process_unicode: Introduce a slight delayGergely Nagy
2016-08-15process_unicode: Replace register_hex32Gergely Nagy
2016-08-15process_unicode: Use uint32_t for UCIS purposesGergely Nagy
2016-08-15process_unicode: Make the startup overridableGergely Nagy
2016-08-15process_unicode: Call process_ucis() automaticallyGergely Nagy
2016-08-15process_unicode: Add a way to enter unicode symbols by nameGergely Nagy
2016-08-15process_unicode: Small refactor & linux fixGergely Nagy
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert