summaryrefslogtreecommitdiffstats
path: root/quantum/quantum.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-16working with power limitJack Humbert1-0/+3
2016-10-09Unicode map framework. Allow unicode up to 0xFFFFF using separatePriyadi Iman Nurcahyo1-0/+3
2016-09-07Use keyboard config for nkro (#7)IBNobody1-56/+68
2016-09-07Set keyboard_nkro (used by TMK) w/ MAGIC_HOST_NKROIBNobody1-0/+13
2016-08-18Add a register/unregister_code16 pair of functionsGergely Nagy1-0/+37
2016-08-18Fix the process_record_nocache functionWojciech Siewierski1-10/+12
2016-08-15process_unicode: Call process_ucis() automaticallyGergely Nagy1-0/+3
2016-07-13extract reset keyboard into a functionPavlos Vinieratos1-10/+14
2016-07-11Merge pull request #477 from Smilliam/masterJack Humbert1-0/+12
2016-07-11Made rollover behavior for space cadet optionalSmilliam1-8/+12
2016-07-08Move return out of event if blockTerryMathews1-26/+26
2016-07-08Create keycodes for RGB control functionsTerryMathews1-0/+50
2016-07-07default keymap, reset sorted out for now, added serial to makefileJack Humbert1-1/+1
2016-07-05fixed indentation.Smilliam1-8/+8
2016-07-05Allow Space Cadet state to be canceled by alternate Shift keySmilliam1-0/+8
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