summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_unicode.c
AgeCommit message (Expand)Author
2017-04-13Fix undefined eeprom warnings in unicode processingFred Sundvik
2017-03-30Worked around some new Makefile issues.nielsenz
2017-03-30Pulling and pushing troublesnielsenz
2017-03-29Merge branch 'master' into to_pushZay950
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
2017-02-10Implement tap mod dual role for right side mods.Priyadi Iman Nurcahyo
2017-02-06Merge pull request #981 from jonasoberschweiber/osx-surrogate-pairsJack Humbert
2017-01-09Unregister all mods before inputting Unicode, and reregister afterwardsPriyadi Iman Nurcahyo
2016-12-31Add support for supplementary planes for OS XJonas Oberschweiber
2016-11-10Keep unicode's input_mode through a power cycleZach Nielsen
2016-10-26Merge pull request #844 from priyadi/unicode_wincompose_inputJack Humbert
2016-10-23Unicode WinCompose input methodPriyadi Iman Nurcahyo
2016-10-23UNICODE_MAP: remove 5 char limit; ignore leading zeroes; handle OS limitationsPriyadi Iman Nurcahyo
2016-10-10Unicode map framework. Allow unicode up to 0xFFFFF using separatePriyadi Iman Nurcahyo
2016-10-02Declare Unicode method hex_to_keycode() as “weak”coderkun
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-21Drop method to set Unicode input key and declare start and finish methods as ...coderkun
2016-08-21Add method to set Unicode input key for ISO 14755coderkun
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: Handle too long UCIS symbol namesGergely 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-08-13process_unicode: Fix set_unicode_input_mode()Gergely Nagy
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert