summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_unicode_common.h
Commit message (Expand)AuthorAgeFilesLines
* Unicode, Unicodemap and UCIS refactor (#21659)Ryan2023-08-271-1/+0
* Refactor Unicode feature (#18333)Ryan2022-09-121-175/+3
* Remove `UNICODE_KEY_OSX` and `UC_OSX` (#18290)Ryan2022-09-061-9/+0
* Add unicode mode change callbacks (#18235)Joshua Diamond2022-08-311-0/+3
* Added emacs as an "operating system" for input mode. (#16949)Chewxy2022-08-141-0/+1
* Remove `send_unicode_hex_string()` (#16518)Ryan2022-03-041-1/+0
* Format code according to conventions (#16322)QMK Bot2022-02-121-6/+6
* Basic keycode overhaul (#14726)Ryan2021-11-031-2/+2
* Fix Issue #9533 - Delayed shift state handling (#11220)Joshua Diamond2020-12-221-1/+0
* Standardize how unicode is processed (fixes #8768) (#8770)Jason Laqua2020-06-181-0/+2
* Fix bug in UC_RMOD, add shift and audio support for UC_MOD/UC_RMOD(#8674)Konstantin Đorđević2020-05-091-1/+1
* Rename UC_OSX (and related constants) to UC_MAC (#8589)Konstantin Đorđević2020-03-311-3/+12
* `send_unicode_string()`: Add support for code points > 0xFFFF (#8236)Ryan2020-02-251-0/+1
* A proper `send_string()` for the Unicode feature (#8155)Ryan2020-02-241-0/+1
* clang-format changesskullY2019-08-301-123/+123
* New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fix...Konstantin Đorđević2019-05-031-4/+9
* Overhaul Unicode Common functionality (#4325)Drashna Jaelre2018-12-191-16/+50
* Fix Unicode EEPROM handling so it is consistent. (#4066)Drashna Jaelre2018-10-191-0/+1
* Add send_unicode_hex_string function (#3828)Drashna Jaelre2018-10-011-0/+1
* add UC_OSX_RALT to make unicode use the Right Alt key on OSXMarco Fontani2017-08-301-0/+1
* Clarify the quantum license (#1042)skullydazed2017-03-281-1/+17
* fix travis and reduce warningsJack Humbert2017-02-161-0/+1
* fix weirdness with arm and modsJack Humbert2017-02-151-1/+0
* unique variable nameJack Humbert2017-02-151-1/+1
* publicise variablesJack Humbert2017-02-151-1/+3
* add unicode common file, get names rightJack Humbert2017-02-151-0/+130