summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_unicodemap.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-06Fix keycode parameter extraction to match the new DD keycodes (#18977)Sergey Vlasov1-4/+6
2022-09-12Refactor Unicode feature (#18333)Ryan1-0/+5
2020-12-22Fix Issue #9533 - Delayed shift state handling (#11220)Joshua Diamond1-2/+7
2020-06-22`qmk cformat` (#9500)Nick Brassel1-1/+1
2020-06-18Standardize how unicode is processed (fixes #8768) (#8770)Jason Laqua1-19/+2
2020-05-09Fix bug in UC_RMOD, add shift and audio support for UC_MOD/UC_RMOD(#8674)Konstantin Đorđević1-1/+2
2020-03-31Rename UC_OSX (and related constants) to UC_MAC (#8589)Konstantin Đorđević1-1/+1
2020-02-25`send_unicode_string()`: Add support for code points > 0xFFFF (#8236)Ryan1-20/+0
2019-08-30clang-format changesskullY1-47/+48
2019-05-03New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fix...Konstantin Đorđević1-13/+23
2019-02-14Remove problematic unicode_map stub definition in process_unicodemap.c (#5110)Konstantin Đorđević1-3/+0
2019-01-07Improve consistency in UNICODEMAP code and docs, update docs/understanding_qm...Konstantin Đorđević1-17/+16
2018-12-19Overhaul Unicode Common functionality (#4325)Drashna Jaelre1-3/+2
2018-10-19Fix Unicode EEPROM handling so it is consistent. (#4066)Drashna Jaelre1-0/+1
2017-08-30add UC_OSX_RALT to make unicode use the Right Alt key on OSXMarco Fontani1-2/+2
2017-05-15emoji support butNick Choi1-1/+1
2017-03-28Clarify the quantum license (#1042)skullydazed1-1/+17
2017-02-23Fix UNICODE_MAP input_mode problemPriyadi Iman Nurcahyo1-4/+6
2017-02-15add unicode common file, get names rightJack Humbert1-1/+1
2017-02-15split up unicode systems into different filesJack Humbert1-0/+54