aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Worked around some new Makefile issues.nielsenz2017-03-309-56/+58
* Pulling and pushing troublesnielsenz2017-03-302-75/+15
* changed hotkey cluster to accomodate awkward software... againCallum Oakley2017-03-301-1/+1
* changed hotkey cluster to accomodate awkward softwareCallum Oakley2017-03-301-7/+7
* Add RN42 Bluetooth module supportTravis La Marr2017-03-304-2/+43
* Update to match QMK keymapOsamu Aoki2017-03-301-89/+143
* Typo fixOsamu Aoki2017-03-301-1/+1
* Merge branch 'master' into to_pushZay9502017-03-29743-7061/+63741
|\
| * Merge pull request #1183 from Rovanion/real-masterJack Humbert2017-03-291-4/+17
| |\
| | * Added link to the teensy linux page.Rovanion Luckey2017-03-291-2/+5
| | * Added instructions for how to build and flash the firmware with teensy_cli.Rovanion Luckey2017-01-241-4/+14
| * | Clarify the quantum license (#1042)skullydazed2017-03-2889-1293/+2172
| * | Merge pull request #1182 from henxing/default_atreus_layoutJack Humbert2017-03-281-6/+6
| |\ \
| | * \ Merge branch 'master' into default_atreus_layoutHugh Enxing2017-03-28101-782/+4925
| | |\ \
| | * | | Swapped placement of `Ctrl` and `Alt` keys to match Technomancy'sHugh Enxing2017-03-241-6/+6
| * | | | Merge pull request #1139 from Swoy/masterJack Humbert2017-03-284-0/+328
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | typo removed {3 ...Ole Anders2017-03-281-3/+2
| | * | | fixed capitalization issue (checkTime => checktime)Ole Anders2017-03-281-2/+4
| | * | | moved checktime out of functionOle Anders2017-03-281-6/+3
| | * | | declaring checktime before the function it is used in.Ole Anders2017-03-281-0/+1
| | * | | fixed function to not accept any arguments.Ole Anders2017-03-281-1/+1
| | * | | removed varable trace option from makefileOle Anders2017-03-281-1/+0
| | * | | slight cleanup as per recommendationOle Anders2017-03-281-1/+2
| | * | | Moved key_timer out of function.Ole Anders2017-03-281-3/+4
| | * | | removed a carriage returnOle Anders2017-03-281-19/+18
| | * | | Merge remote-tracking branch 'refs/remotes/qmk/master'Ole Anders2017-03-28324-3360/+16019
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #1174 from nooges/atreus50Jack Humbert2017-03-288-0/+565
| |\ \ \ \
| | * | | | Move Atreus50 to hardwired directory and update READMEDanny Nguyen2017-03-289-25/+16
| | * | | | Add RGB supportDanny Nguyen2017-03-233-4/+4
| | * | | | Cleanup keymapDanny Nguyen2017-03-233-115/+94
| | * | | | Initial commit for Atreus50 with working audioDanny Nguyen2017-03-239-0/+595
| | | |/ / | | |/| |
| * | | | Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert2017-03-2836-506/+1445
| |\ \ \ \
| | * | | | add debug messages to audioGabriel Young2017-03-021-158/+164
| | * | | | fix 'stop_all_notes' naming to be more consistentGabriel Young2017-03-026-7/+7
| | * | | | Update size estimates in the MakefileGabriel Young2017-02-252-2/+2
| | * | | | Fix redundant process_music.c in sourcesGabriel Young2017-02-251-16/+22
| | * | | | Update existing keymapsGabriel Young2017-02-2523-19/+472
| | * | | | Add basic layer to sample MIDI keycapGabriel Young2017-02-253-3/+25
| | * | | | Factor basic note processing into respective processorsGabriel Young2017-02-259-83/+184
| | * | | | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2017-02-259-11/+80
| | * | | | fix typos in keymapGabriel Young2017-02-191-8/+2
| | * | | | Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gabriel Young2017-02-196-4/+8
| | * | | | Allow customization of the number of tone keycodes and add example keymapGabriel Young2017-02-196-0/+180
| | * | | | expose midi_configGabriel Young2017-02-192-17/+24
| | * | | | add keycodes for transpose rangeGabriel Young2017-02-192-7/+48
| | * | | | implement modulationGabriel Young2017-02-194-206/+61
| | * | | | add support for pedal cc messagesGabriel Young2017-02-192-15/+57
| | * | | | 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