summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-13process_unicode: Fix set_unicode_input_mode()Gergely Nagy1-1/+1
2016-07-27tap-dance: Add some debugging supportGergely Nagy2-0/+16
2016-07-25Fixes midi functionalityJack Humbert1-12/+12
2016-07-25Merge pull request #552 from robertdale/music-play-fixJack Humbert1-1/+6
2016-07-24ensure there's a recording to play before playing; also enables the LGUI butt...Robert Dale1-1/+6
2016-07-22tap-dance: Code cleanupGergely Nagy1-21/+24
2016-07-22tap-dance: Support user_data for the callbacksGergely Nagy2-64/+38
2016-07-22tap-dance: Support for holding keysGergely Nagy2-1/+12
2016-07-19add a couple of commentsPavlos Vinieratos1-0/+2
2016-07-19on_each_tap_fn is called on tap down and tap upPavlos Vinieratos1-1/+1
2016-07-18in the default case, it should be called if there is actually a tapPavlos Vinieratos1-2/+2
2016-07-17change naming, and remove extraneous definitionPavlos Vinieratos2-36/+23
2016-07-16add an `anyway` and a `reset` callbackPavlos Vinieratos2-5/+59
2016-07-16in case its NULLPavlos Vinieratos1-1/+3
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert12-0/+939