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