index
:
qmk.git
jworthe-oryx
master
Open-source keyboard firmware for Atmel AVR and Arm USB families. Fork of https://github.com/qmk/qmk_firmware
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quantum
/
process_keycode
/
process_unicodemap.c
Age
Commit message (
Expand
)
Author
2020-12-22
Fix Issue #9533 - Delayed shift state handling (#11220)
Joshua Diamond
2020-06-22
`qmk cformat` (#9500)
Nick Brassel
2020-06-18
Standardize how unicode is processed (fixes #8768) (#8770)
Jason Laqua
2020-05-09
Fix bug in UC_RMOD, add shift and audio support for UC_MOD/UC_RMOD(#8674)
Konstantin Đorđević
2020-03-31
Rename UC_OSX (and related constants) to UC_MAC (#8589)
Konstantin Đorđević
2020-02-25
`send_unicode_string()`: Add support for code points > 0xFFFF (#8236)
Ryan
2019-08-30
clang-format changes
skullY
2019-05-03
New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fix...
Konstantin Đorđević
2019-02-14
Remove problematic unicode_map stub definition in process_unicodemap.c (#5110)
Konstantin Đorđević
2019-01-07
Improve consistency in UNICODEMAP code and docs, update docs/understanding_qm...
Konstantin Đorđević
2018-12-19
Overhaul Unicode Common functionality (#4325)
Drashna Jaelre
2018-10-19
Fix Unicode EEPROM handling so it is consistent. (#4066)
Drashna Jaelre
2017-08-30
add UC_OSX_RALT to make unicode use the Right Alt key on OSX
Marco Fontani
2017-05-15
emoji support but
Nick Choi
2017-03-28
Clarify the quantum license (#1042)
skullydazed
2017-02-23
Fix UNICODE_MAP input_mode problem
Priyadi Iman Nurcahyo
2017-02-15
add unicode common file, get names right
Jack Humbert
2017-02-15
split up unicode systems into different files
Jack Humbert