aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_unicodemap.c
Commit message (Expand)AuthorAgeFilesLines
* `qmk cformat` (#9500)Nick Brassel2020-06-221-1/+1
* Standardize how unicode is processed (fixes #8768) (#8770)Jason Laqua2020-06-181-19/+2
* Fix bug in UC_RMOD, add shift and audio support for UC_MOD/UC_RMOD(#8674)Konstantin Đorđević2020-05-091-1/+2
* Rename UC_OSX (and related constants) to UC_MAC (#8589)Konstantin Đorđević2020-03-311-1/+1
* `send_unicode_string()`: Add support for code points > 0xFFFF (#8236)Ryan2020-02-251-20/+0
* clang-format changesskullY2019-08-301-47/+48
* New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fix...Konstantin Đorđević2019-05-031-13/+23
* Remove problematic unicode_map stub definition in process_unicodemap.c (#5110)Konstantin Đorđević2019-02-141-3/+0
* Improve consistency in UNICODEMAP code and docs, update docs/understanding_qm...Konstantin Đorđević2019-01-071-17/+16
* Overhaul Unicode Common functionality (#4325)Drashna Jaelre2018-12-191-3/+2
* Fix Unicode EEPROM handling so it is consistent. (#4066)Drashna Jaelre2018-10-191-0/+1
* add UC_OSX_RALT to make unicode use the Right Alt key on OSXMarco Fontani2017-08-301-2/+2
* emoji support butNick Choi2017-05-151-1/+1
* Clarify the quantum license (#1042)skullydazed2017-03-281-1/+17
* Fix UNICODE_MAP input_mode problemPriyadi Iman Nurcahyo2017-02-231-4/+6
* add unicode common file, get names rightJack Humbert2017-02-151-1/+1
* split up unicode systems into different filesJack Humbert2017-02-151-0/+54