aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/quantum.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add ChibiOS support for QMK (#465)fredizzimo2016-07-011-1/+1
* rand supports other chipsJack Humbert2016-06-291-2/+5
* adds random base64 character generatorJack Humbert2016-06-291-0/+35
* Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert2016-06-291-403/+22
* updates ez's matrix to specJack Humbert2016-06-231-6/+0
* Backlight abstraction and other changes (#439)Jack Humbert2016-06-231-0/+346
* increase leader seq size to 5Jack Humbert2016-06-211-1/+3
* [Jack & Erez] Fixes Space Cadet right shiftJack & Erez2016-06-201-4/+4
* Cleans up quantum/keymap situation, removes extra lufa folders (#416)Jack Humbert2016-06-181-59/+124
* addresses #369Jack Humbert2016-06-171-8/+19
* Improve string sending (#376)Eric Tang2016-06-031-50/+99
* new line/tab in send_stringJack Humbert2016-06-011-1/+1
* adds send_string functionality (string macros)Jack Humbert2016-06-011-0/+54
* process_record implementation (non-breaking for process_action ATM)Jack Humbert2016-05-281-0/+13
* [Erez & Jack] Optimizes shift_interrupted arrayErez Zukerman2016-05-241-1/+1
* [Erez & Jack] Packages Space Cadet shifts into keycodesErez Zukerman2016-05-241-1/+43
* Converted audio play functions to *_user (#349)Jack Humbert2016-05-241-24/+45
* fixed small bug with AUDIO_ENABLED (#339)purpleP2016-05-191-21/+22
* adapts unicode to quantum.c (#333)Jack Humbert2016-05-181-7/+72
* adds music and audio toggles (#337)Jack Humbert2016-05-181-14/+61
* updates midi functionality (#331)Jack Humbert2016-05-151-5/+83
* splits process_action up to handle records separately (#329)Jack Humbert2016-05-151-1/+10
* adds a sequencer to the music mode (#330)Jack Humbert2016-05-151-4/+100
* Leader key implementation (#326)Erez Zukerman2016-05-151-0/+167