aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/quantum.c
Commit message (Expand)AuthorAgeFilesLines
* separated into api files/folderJack Humbert2016-11-261-3/+3
* travis plsJack Humbert2016-11-231-2/+7
* Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7Jack Humbert2016-11-211-2/+9
|\
| * Fix the Space Cadet timeout codeGergely Nagy2016-11-191-0/+4
| * Add a timeout to space-cadet shift.Gergely Nagy2016-11-191-2/+5
* | cleaning up new codeJack Humbert2016-11-211-0/+40
* | mostly workingJack Humbert2016-11-131-0/+1
* | mergingJack Humbert2016-11-121-0/+2
|\|
| * Unicode map framework. Allow unicode up to 0xFFFFF using separatePriyadi Iman Nurcahyo2016-10-101-0/+3
* | working with power limitJack Humbert2016-10-161-0/+3
|/
* Use keyboard config for nkro (#7)IBNobody2016-09-061-56/+68
* Set keyboard_nkro (used by TMK) w/ MAGIC_HOST_NKROIBNobody2016-09-061-0/+13
* Add a register/unregister_code16 pair of functionsGergely Nagy2016-08-181-0/+37
* Fix the process_record_nocache functionWojciech Siewierski2016-08-181-10/+12
* process_unicode: Call process_ucis() automaticallyGergely Nagy2016-08-151-0/+3
* extract reset keyboard into a functionPavlos Vinieratos2016-07-131-10/+14
* Merge pull request #477 from Smilliam/masterJack Humbert2016-07-111-0/+12
|\
| * Made rollover behavior for space cadet optionalSmilliam2016-07-101-8/+12
| * fixed indentation.Smilliam2016-07-041-8/+8
| * Allow Space Cadet state to be canceled by alternate Shift keySmilliam2016-07-041-0/+8
* | Move return out of event if blockTerryMathews2016-07-081-26/+26
* | Create keycodes for RGB control functionsTerryMathews2016-07-071-0/+50
* | default keymap, reset sorted out for now, added serial to makefileJack Humbert2016-07-061-1/+1
|/
* 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