index
:
qmk_firmware
master
QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Vineet K
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quantum
/
process_keycode
/
process_unicode_common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-27
Unicode, Unicodemap and UCIS refactor (#21659)
Ryan
1
-3
/
+12
2022-10-31
Normalise Unicode keycodes (#18898)
Ryan
1
-14
/
+14
2022-09-12
Refactor Unicode feature (#18333)
Ryan
1
-306
/
+9
2022-08-31
Add unicode mode change callbacks (#18235)
Joshua Diamond
1
-0
/
+17
2022-08-30
Use a macro to compute the size of arrays at compile time (#18044)
Jeff Epler
1
-1
/
+1
2022-08-14
Added emacs as an "operating system" for input mode. (#16949)
Chewxy
1
-6
/
+34
2022-06-05
Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...
Pascal Getreuer
1
-0
/
+1
2022-04-13
Quantum Painter (#10174)
Nick Brassel
1
-29
/
+1
2022-03-04
Remove `send_unicode_hex_string()` (#16518)
Ryan
1
-33
/
+0
2022-02-12
Format code according to conventions (#16322)
QMK Bot
1
-10
/
+14
2021-11-13
Merge remote-tracking branch 'origin/master' into develop
Drashna Jael're
1
-0
/
+1
2021-11-12
add wait to unicode for win (#15061)
Markus Fritsche
1
-0
/
+1
2021-11-03
Basic keycode overhaul (#14726)
Ryan
1
-9
/
+9
2021-09-21
Add ability to use numpad digits for unicode mode UC_WIN (#14496)
Marcus van Houdt
1
-10
/
+37
2021-03-12
Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079)
Ryan
1
-3
/
+3
2020-12-23
Partial fix for Issue #9405 - Caps Lock not working with Unicode Map's XP on ...
Joshua Diamond
1
-0
/
+19
2020-10-27
Allow modified keycodes in Unicode input (#10658)
Ryan
1
-13
/
+3
2020-06-22
`qmk cformat` (#9500)
Nick Brassel
1
-1
/
+1
2020-06-18
Standardize how unicode is processed (fixes #8768) (#8770)
Jason Laqua
1
-4
/
+21
2020-05-09
Fix bug in UC_RMOD, add shift and audio support for UC_MOD/UC_RMOD(#8674)
Konstantin Đorđević
1
-48
/
+70
2020-03-31
Rename UC_OSX (and related constants) to UC_MAC (#8589)
Konstantin Đorđević
1
-11
/
+11
2020-02-25
`send_unicode_string()`: Add support for code points > 0xFFFF (#8236)
Ryan
1
-4
/
+20
2020-02-24
A proper `send_string()` for the Unicode feature (#8155)
Ryan
1
-0
/
+49
2019-08-30
clang-format changes
skullY
1
-163
/
+158
2019-05-03
New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fix...
Konstantin Đorđević
1
-12
/
+26
2019-03-17
Unicode fix for new wincompose version (#5082)
cubimon
1
-0
/
+3
2019-01-07
Improve consistency in UNICODEMAP code and docs, update docs/understanding_qm...
Konstantin Đorđević
1
-1
/
+1
2018-12-19
Overhaul Unicode Common functionality (#4325)
Drashna Jaelre
1
-65
/
+135
2018-10-19
Fix Unicode EEPROM handling so it is consistent. (#4066)
Drashna Jaelre
1
-6
/
+11
2018-10-01
Add send_unicode_hex_string function (#3828)
Drashna Jaelre
1
-0
/
+28
2017-08-30
add UC_OSX_RALT to make unicode use the Right Alt key on OSX
Marco Fontani
1
-0
/
+6
2017-04-13
Fix undefined eeprom warnings in unicode processing
Fred Sundvik
1
-0
/
+1
2017-03-30
Worked around some new Makefile issues.
nielsenz
1
-1
/
+0
2017-03-30
Pulling and pushing troubles
nielsenz
1
-0
/
+15
2017-03-28
Clarify the quantum license (#1042)
skullydazed
1
-1
/
+17
2017-02-15
fix weirdness with arm and mods
Jack Humbert
1
-18
/
+20
2017-02-15
unique variable name
Jack Humbert
1
-18
/
+18
2017-02-15
publicise variables
Jack Humbert
1
-3
/
+0
2017-02-15
add unicode common file, get names right
Jack Humbert
1
-0
/
+86