summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_unicode.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-03New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fix...Konstantin Đorđević1-3/+3
2018-12-19Overhaul Unicode Common functionality (#4325)Drashna Jaelre1-2/+0
2018-10-19Fix Unicode EEPROM handling so it is consistent. (#4066)Drashna Jaelre1-6/+1
2017-04-13Fix undefined eeprom warnings in unicode processingFred Sundvik1-0/+1
2017-03-31Worked around some new Makefile issues.nielsenz1-0/+1
2017-03-31Pulling and pushing troublesnielsenz1-75/+0
2017-03-29Merge branch 'master' into to_pushZay9501-179/+17
2017-03-29Clarify the quantum license (#1042)skullydazed1-0/+15
2017-02-15add unicode common file, get names rightJack Humbert1-85/+0
2017-02-15split up unicode systems into different filesJack Humbert1-200/+0
2017-02-10Implement tap mod dual role for right side mods.Priyadi Iman Nurcahyo1-1/+1
2017-02-07Merge pull request #981 from jonasoberschweiber/osx-surrogate-pairsJack Humbert1-1/+10
2017-01-08Unregister all mods before inputting Unicode, and reregister afterwardsPriyadi Iman Nurcahyo1-8/+33
2016-12-31Add support for supplementary planes for OS XJonas Oberschweiber1-1/+10
2016-11-10Keep unicode's input_mode through a power cycleZach Nielsen1-0/+6
2016-10-26Merge pull request #844 from priyadi/unicode_wincompose_inputJack Humbert1-0/+5
2016-10-23Unicode WinCompose input methodPriyadi Iman Nurcahyo1-0/+5
2016-10-23UNICODE_MAP: remove 5 char limit; ignore leading zeroes; handle OS limitationsPriyadi Iman Nurcahyo1-7/+27
2016-10-09Unicode map framework. Allow unicode up to 0xFFFFF using separatePriyadi Iman Nurcahyo1-0/+26
2016-10-02Declare Unicode method hex_to_keycode() as “weak”coderkun1-0/+1
2016-08-31process_unicode: Add get_unicode_input_mode()Gergely Nagy1-0/+4
2016-08-24quantum: Move qk_ucis_state to process_unicode.cGergely Nagy1-0/+2
2016-08-21Drop method to set Unicode input key and declare start and finish methods as ...coderkun1-8/+4
2016-08-21Add method to set Unicode input key for ISO 14755coderkun1-2/+8
2016-08-15process_unicode: Introduce a slight delayGergely Nagy1-0/+4
2016-08-15process_unicode: Replace register_hex32Gergely Nagy1-9/+28
2016-08-15process_unicode: Use uint32_t for UCIS purposesGergely Nagy1-3/+9
2016-08-15process_unicode: Make the startup overridableGergely Nagy1-0/+5
2016-08-15process_unicode: Call process_ucis() automaticallyGergely Nagy1-1/+1
2016-08-15process_unicode: Handle too long UCIS symbol namesGergely Nagy1-1/+9
2016-08-15process_unicode: Add a way to enter unicode symbols by nameGergely Nagy1-1/+92
2016-08-15process_unicode: Small refactor & linux fixGergely Nagy1-31/+45
2016-08-13process_unicode: Fix set_unicode_input_mode()Gergely Nagy1-1/+1
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert1-0/+57