aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode
Commit message (Expand)AuthorAgeFilesLines
* fix for toggle tap dancePtomerty2017-09-101-1/+1
* add UC_OSX_RALT to make unicode use the Right Alt key on OSXMarco Fontani2017-08-303-2/+9
* Allow steno to build when NKRO is not defined.Joe Wasson2017-08-201-5/+4
* Wrapped process_leader.c in #ifndef DISABLE_LEADER to allow compilation with ...Martin Sandiford2017-08-151-0/+4
* Rename SHIFT macro to BV_64Fredric Silberberg2017-08-081-4/+4
* Added support for locking One Shot modifiers.Fredric Silberberg2017-08-082-12/+31
* Remove hex print code.Fredric Silberberg2017-08-081-1/+0
* Initial implementation of the key_lock feature.Fredric Silberberg2017-08-082-0/+144
* tap-dance: key + layer helperGergely Nagy2017-08-022-0/+32
* Add copyright to steno files.Joe Wasson2017-07-272-1/+31
* Add support for GeminiPR steno protocol.Joe Wasson2017-07-272-23/+96
* Add TX Bolt protocol support for StenographyJoe Wasson2017-07-272-0/+94
* adds option for alt pitch standardsJack Humbert2017-07-241-1/+5
* adds music mode, music mode songs, music maskJack Humbert2017-07-233-53/+99
* escape song playing in musicJack Humbert2017-07-231-9/+15
* clean-up planck and preonic keymaps, move audio stuff aroundJack Humbert2017-07-231-6/+14
* switched to uint8 and 16Nick Choi2017-05-291-2/+2
* removed need to set customtapping term 0. defaults to 0 alreadyNick Choi2017-05-251-1/+0
* changed -1 to 0 can't have negative unsigned ints 🤔Nick Choi2017-05-251-1/+1
* moved specific tap term to its own functionNick Choi2017-05-252-4/+14
* Added per case tapping term, updated FF-nikchi keymap.Nick Choi2017-05-252-4/+10
* emoji support butNick Choi2017-05-151-1/+1
* Fix warnings in process_printerFred Sundvik2017-04-133-13/+15
* Fix undefined eeprom warnings in unicode processingFred Sundvik2017-04-132-0/+2
* Worked around some new Makefile issues.nielsenz2017-03-303-1/+3
* Pulling and pushing troublesnielsenz2017-03-302-75/+15
* Merge branch 'master' into to_pushZay9502017-03-2925-658/+1935
|\
| * Clarify the quantum license (#1042)skullydazed2017-03-2823-14/+376
| * Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert2017-03-286-315/+399
| |\
| | * fix 'stop_all_notes' naming to be more consistentGabriel Young2017-03-025-6/+6
| | * Update existing keymapsGabriel Young2017-02-253-3/+4
| | * Add basic layer to sample MIDI keycapGabriel Young2017-02-252-2/+3
| | * Factor basic note processing into respective processorsGabriel Young2017-02-256-82/+174
| | * Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2017-02-252-3/+28
| | * Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gabriel Young2017-02-191-0/+2
| | * expose midi_configGabriel Young2017-02-192-17/+24
| | * add keycodes for transpose rangeGabriel Young2017-02-191-7/+30
| | * implement modulationGabriel Young2017-02-192-204/+55
| | * add support for pedal cc messagesGabriel Young2017-02-191-10/+51
| | * remove disabled codeGabriel Young2017-02-191-129/+0
| | * Alternative version with a tone arrayGabriel Young2017-02-191-0/+109
| | * clean up commented codeGabriel Young2017-02-191-137/+0
| | * initial implementation of polyphony using variable length array of notes onGabriel Young2017-02-192-2/+200
| * | Fix UNICODE_MAP input_mode problemPriyadi Iman Nurcahyo2017-02-231-4/+6
| |/
| * fix travis and reduce warningsJack Humbert2017-02-161-0/+1
| * fix weirdness with arm and modsJack Humbert2017-02-152-19/+20
| * unique variable nameJack Humbert2017-02-152-19/+19
| * publicise variablesJack Humbert2017-02-152-4/+3
| * add unicode common file, get names rightJack Humbert2017-02-151-0/+86
| * add unicode common file, get names rightJack Humbert2017-02-156-209/+134