summaryrefslogtreecommitdiff
path: root/quantum/process_keycode
AgeCommit message (Expand)Author
2017-01-23turn off rgb_midi in ezJack Humbert
2017-01-09Unregister all mods before inputting Unicode, and reregister afterwardsPriyadi Iman Nurcahyo
2016-12-23add different scales for music modeJack Humbert
2016-12-12specialise music variablesJack Humbert
2016-11-28Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7Jack Humbert
2016-11-26fix strict-prototypes warningPriyadi Iman Nurcahyo
2016-11-12mergingJack Humbert
2016-10-26Merge pull request #844 from priyadi/unicode_wincompose_inputJack Humbert
2016-10-23Unicode WinCompose input methodPriyadi Iman Nurcahyo
2016-10-23UNICODE_MAP: remove 5 char limit; ignore leading zeroes; handle OS limitationsPriyadi Iman Nurcahyo
2016-10-16working with power limitJack Humbert
2016-10-10Unicode map framework. Allow unicode up to 0xFFFFF using separatePriyadi Iman Nurcahyo
2016-10-02Declare Unicode method hex_to_keycode() as “weak”coderkun
2016-09-29Merge pull request #794 from AGausmann/midi-patchJack Humbert
2016-09-29Missing ifdef statementAdam Gausmann
2016-09-21add user_data fieldPavlos Vinieratos
2016-09-21formattingPavlos Vinieratos
2016-09-21restore each_tap callbackPavlos Vinieratos
2016-09-01tap-dance: Do not start a sequence on keyupGergely Nagy
2016-08-31process_unicode: Add get_unicode_input_mode()Gergely Nagy
2016-08-24quantum: Move qk_ucis_state to process_unicode.cGergely Nagy
2016-08-21Drop method to set Unicode input key and declare start and finish methods as ...coderkun
2016-08-21Add method to set Unicode input key for ISO 14755coderkun
2016-08-18Add a register/unregister_code16 pair of functionsGergely Nagy
2016-08-17tap-dance: Major rework, to make it more reliableGergely Nagy
2016-08-17tap-dance: Include action_tapping.h for TAPPING_TERMGergely Nagy
2016-08-15process_unicode: Introduce a slight delayGergely Nagy
2016-08-15process_unicode: Replace register_hex32Gergely Nagy
2016-08-15process_unicode: Use uint32_t for UCIS purposesGergely Nagy
2016-08-15process_unicode: Make the startup overridableGergely Nagy
2016-08-15process_unicode: Call process_ucis() automaticallyGergely Nagy
2016-08-15process_unicode: Handle too long UCIS symbol namesGergely Nagy
2016-08-15process_unicode: Add a way to enter unicode symbols by nameGergely Nagy
2016-08-15process_unicode: Small refactor & linux fixGergely Nagy
2016-08-13process_unicode: Fix set_unicode_input_mode()Gergely Nagy
2016-07-27tap-dance: Add some debugging supportGergely Nagy
2016-07-24Fixes midi functionalityJack Humbert
2016-07-24Merge pull request #552 from robertdale/music-play-fixJack Humbert
2016-07-24ensure there's a recording to play before playing; also enables the LGUI butt...Robert Dale
2016-07-22tap-dance: Code cleanupGergely Nagy
2016-07-22tap-dance: Support user_data for the callbacksGergely Nagy
2016-07-22tap-dance: Support for holding keysGergely Nagy
2016-07-19add a couple of commentsPavlos Vinieratos
2016-07-19on_each_tap_fn is called on tap down and tap upPavlos Vinieratos
2016-07-18in the default case, it should be called if there is actually a tapPavlos Vinieratos
2016-07-17change naming, and remove extraneous definitionPavlos Vinieratos
2016-07-16add an `anyway` and a `reset` callbackPavlos Vinieratos
2016-07-16in case its NULLPavlos Vinieratos
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert