summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_unicode_common.c
Commit message (Expand)AuthorAgeFilesLines
* Unicode, Unicodemap and UCIS refactor (#21659)Ryan2023-08-271-3/+12
* Normalise Unicode keycodes (#18898)Ryan2022-10-311-14/+14
* Refactor Unicode feature (#18333)Ryan2022-09-121-306/+9
* Add unicode mode change callbacks (#18235)Joshua Diamond2022-08-311-0/+17
* Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler2022-08-301-1/+1
* Added emacs as an "operating system" for input mode. (#16949)Chewxy2022-08-141-6/+34
* Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...Pascal Getreuer2022-06-051-0/+1
* Quantum Painter (#10174)Nick Brassel2022-04-131-29/+1
* Remove `send_unicode_hex_string()` (#16518)Ryan2022-03-041-33/+0
* Format code according to conventions (#16322)QMK Bot2022-02-121-10/+14
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-11-131-0/+1
|\
| * add wait to unicode for win (#15061)Markus Fritsche2021-11-121-0/+1
* | Basic keycode overhaul (#14726)Ryan2021-11-031-9/+9
* | Add ability to use numpad digits for unicode mode UC_WIN (#14496)Marcus van Houdt2021-09-211-10/+37
|/
* Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079)Ryan2021-03-121-3/+3
* Partial fix for Issue #9405 - Caps Lock not working with Unicode Map's XP on ...Joshua Diamond2020-12-231-0/+19
* Allow modified keycodes in Unicode input (#10658)Ryan2020-10-271-13/+3
* `qmk cformat` (#9500)Nick Brassel2020-06-221-1/+1
* Standardize how unicode is processed (fixes #8768) (#8770)Jason Laqua2020-06-181-4/+21
* Fix bug in UC_RMOD, add shift and audio support for UC_MOD/UC_RMOD(#8674)Konstantin Đorđević2020-05-091-48/+70
* Rename UC_OSX (and related constants) to UC_MAC (#8589)Konstantin Đorđević2020-03-311-11/+11
* `send_unicode_string()`: Add support for code points > 0xFFFF (#8236)Ryan2020-02-251-4/+20
* A proper `send_string()` for the Unicode feature (#8155)Ryan2020-02-241-0/+49
* clang-format changesskullY2019-08-301-163/+158
* New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fix...Konstantin Đorđević2019-05-031-12/+26
* Unicode fix for new wincompose version (#5082)cubimon2019-03-171-0/+3
* Improve consistency in UNICODEMAP code and docs, update docs/understanding_qm...Konstantin Đorđević2019-01-071-1/+1
* Overhaul Unicode Common functionality (#4325)Drashna Jaelre2018-12-191-65/+135
* Fix Unicode EEPROM handling so it is consistent. (#4066)Drashna Jaelre2018-10-191-6/+11
* Add send_unicode_hex_string function (#3828)Drashna Jaelre2018-10-011-0/+28
* add UC_OSX_RALT to make unicode use the Right Alt key on OSXMarco Fontani2017-08-301-0/+6
* Fix undefined eeprom warnings in unicode processingFred Sundvik2017-04-131-0/+1
* Worked around some new Makefile issues.nielsenz2017-03-301-1/+0
* Pulling and pushing troublesnielsenz2017-03-301-0/+15
* Clarify the quantum license (#1042)skullydazed2017-03-281-1/+17
* fix weirdness with arm and modsJack Humbert2017-02-151-18/+20
* unique variable nameJack Humbert2017-02-151-18/+18
* publicise variablesJack Humbert2017-02-151-3/+0
* add unicode common file, get names rightJack Humbert2017-02-151-0/+86