summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode
AgeCommit message (Expand)AuthorFilesLines
2017-02-16fix weirdness with arm and modsJack Humbert2-19/+20
2017-02-16unique variable nameJack Humbert2-19/+19
2017-02-15publicise variablesJack Humbert2-4/+3
2017-02-15add unicode common file, get names rightJack Humbert1-0/+86
2017-02-15add unicode common file, get names rightJack Humbert6-209/+134
2017-02-15split up unicode systems into different filesJack Humbert6-236/+229
2017-02-10Implement tap mod dual role for right side mods.Priyadi Iman Nurcahyo1-1/+1
2017-02-07Merge pull request #960 from ofples/feature/combosJack Humbert2-0/+177
2017-02-07Merge pull request #981 from jonasoberschweiber/osx-surrogate-pairsJack Humbert1-1/+10
2017-01-29race condition between oneshot_mods and tap_danceSjB2-1/+7
2017-01-23turn off rgb_midi in ezJack Humbert1-0/+1
2017-01-08Unregister all mods before inputting Unicode, and reregister afterwardsPriyadi Iman Nurcahyo1-8/+33
2016-12-31Add support for supplementary planes for OS XJonas Oberschweiber1-1/+10
2016-12-24add different scales for music modeJack Humbert1-0/+9
2016-12-16Merge branch 'master' into feature/combosOfer Plesser1-3/+3
2016-12-16Refactored as well as added support for action keys in combosOfer Plesser2-68/+89
2016-12-12specialise music variablesJack Humbert1-3/+3
2016-12-10Added support for timing out combos if a key as been pressed for longer than ...Ofer Plesser2-31/+96
2016-12-09Implemented basic key combination featureOfer Plesser2-0/+91
2016-11-29Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7Jack Humbert1-0/+1
2016-11-26fix strict-prototypes warningPriyadi Iman Nurcahyo1-0/+1
2016-11-13mergingJack Humbert2-4/+60
2016-11-10Keep unicode's input_mode through a power cycleZach Nielsen1-0/+6
2016-10-26Merge pull request #844 from priyadi/unicode_wincompose_inputJack Humbert2-4/+10
2016-10-23Unicode WinCompose input methodPriyadi Iman Nurcahyo2-4/+10
2016-10-23UNICODE_MAP: remove 5 char limit; ignore leading zeroes; handle OS limitationsPriyadi Iman Nurcahyo1-7/+27
2016-10-16working with power limitJack Humbert3-0/+522
2016-10-09Unicode map framework. Allow unicode up to 0xFFFFF using separatePriyadi Iman Nurcahyo2-0/+30
2016-10-02Declare Unicode method hex_to_keycode() as “weak”coderkun1-0/+1
2016-09-30Merge pull request #794 from AGausmann/midi-patchJack Humbert1-1/+3
2016-09-29Missing ifdef statementAdam Gausmann1-1/+3
2016-09-21add user_data fieldPavlos Vinieratos1-0/+2
2016-09-21formattingPavlos Vinieratos1-4/+4
2016-09-21restore each_tap callbackPavlos Vinieratos1-0/+1
2016-09-01tap-dance: Do not start a sequence on keyupGergely Nagy1-2/+3
2016-08-31process_unicode: Add get_unicode_input_mode()Gergely Nagy2-0/+5
2016-08-24quantum: Move qk_ucis_state to process_unicode.cGergely Nagy2-2/+6
2016-08-21Drop method to set Unicode input key and declare start and finish methods as ...coderkun2-13/+4
2016-08-21Add method to set Unicode input key for ISO 14755coderkun2-2/+13
2016-08-18Add a register/unregister_code16 pair of functionsGergely Nagy1-4/+4
2016-08-17tap-dance: Major rework, to make it more reliableGergely Nagy2-64/+66
2016-08-17tap-dance: Include action_tapping.h for TAPPING_TERMGergely Nagy1-0/+1
2016-08-15process_unicode: Introduce a slight delayGergely Nagy2-0/+8
2016-08-15process_unicode: Replace register_hex32Gergely Nagy2-13/+32
2016-08-15process_unicode: Use uint32_t for UCIS purposesGergely Nagy2-6/+13
2016-08-15process_unicode: Make the startup overridableGergely Nagy2-0/+6
2016-08-15process_unicode: Call process_ucis() automaticallyGergely Nagy2-2/+2
2016-08-15process_unicode: Handle too long UCIS symbol namesGergely Nagy1-1/+9
2016-08-15process_unicode: Add a way to enter unicode symbols by nameGergely Nagy2-2/+120
2016-08-15process_unicode: Small refactor & linux fixGergely Nagy2-31/+48