Commit Graph

20 Commits (fix_template_bootmagic)

Author SHA1 Message Date
QMK Bot 63646e8906
Format code according to conventions (#16322) 3 years ago
Ryan f529580860
Basic keycode overhaul (#14726) 4 years ago
Joshua Diamond 54e2bf3ede
Fix Issue #9533 - Delayed shift state handling (#11220) 4 years ago
Jason Laqua f7eb030e91
Standardize how unicode is processed (fixes #8768) (#8770) 5 years ago
Konstantin Đorđević 94fc32f431
Fix bug in UC_RMOD, add shift and audio support for UC_MOD/UC_RMOD(#8674) 5 years ago
Konstantin Đorđević bdfdc506da
Rename UC_OSX (and related constants) to UC_MAC (#8589) 5 years ago
Ryan bb8d4b4d23
`send_unicode_string()`: Add support for code points > 0xFFFF (#8236) 5 years ago
Ryan 371ff9dd6f
A proper `send_string()` for the Unicode feature (#8155) 5 years ago
skullY b624f32f94 clang-format changes 6 years ago
Konstantin Đorđević bdc8d89e6b New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fixes and improvements (#4803) 6 years ago
Drashna Jaelre fdeec29636 Overhaul Unicode Common functionality (#4325) 6 years ago
Drashna Jaelre 7222e3691b Fix Unicode EEPROM handling so it is consistent. (#4066) 7 years ago
Drashna Jaelre f5ae3760c6 Add send_unicode_hex_string function (#3828) 7 years ago
Marco Fontani da83f04a30 add UC_OSX_RALT to make unicode use the Right Alt key on OSX 8 years ago
skullydazed 23839b8c6d Clarify the quantum license (#1042) 8 years ago
Jack Humbert 1ac5dc9e52 fix travis and reduce warnings 8 years ago
Jack Humbert 58823b4e03 fix weirdness with arm and mods 8 years ago
Jack Humbert f89499e255 unique variable name 8 years ago
Jack Humbert c2a9acffd7 publicise variables 8 years ago
Jack Humbert 09add35e7f add unicode common file, get names right 8 years ago
Jack Humbert cbabb4d417 split up unicode systems into different files 8 years ago
Priyadi Iman Nurcahyo 6fee7e178f fix strict-prototypes warning 9 years ago
Priyadi Iman Nurcahyo 4a666c2010 Unicode WinCompose input method 9 years ago
Priyadi Iman Nurcahyo 5b2e455d3b Unicode map framework. Allow unicode up to 0xFFFFF using separate 9 years ago
Gergely Nagy c9ea236fc3 process_unicode: Add get_unicode_input_mode() 9 years ago
Gergely Nagy a058ae40e2 quantum: Move qk_ucis_state to process_unicode.c 9 years ago
coderkun 81594c7883 Drop method to set Unicode input key and declare start and finish methods as “weak” instead 9 years ago
coderkun dffdeb50b7 Add method to set Unicode input key for ISO 14755 9 years ago
Gergely Nagy e8845f0daf process_unicode: Introduce a slight delay 9 years ago
Gergely Nagy 43d08629cf process_unicode: Replace register_hex32 9 years ago
Gergely Nagy a312cbf712 process_unicode: Use uint32_t for UCIS purposes 9 years ago
Gergely Nagy 234dd276cf process_unicode: Make the startup overridable 9 years ago
Gergely Nagy 857aa5bef6 process_unicode: Call process_ucis() automatically 9 years ago
Gergely Nagy fa06a16360 process_unicode: Add a way to enter unicode symbols by name 9 years ago
Gergely Nagy 63e5782d2c process_unicode: Small refactor & linux fix 9 years ago
Jack Humbert 65faab3b89 Moves features to their own files (process_*), adds tap dance feature (#460) 9 years ago
Jack Humbert b732b79b49 adapts unicode to quantum.c (#333) 9 years ago