summaryrefslogtreecommitdiff
path: root/quantum
Commit message (Expand)AuthorAge
* Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2017-02-25
* Document size added by MIDI_ENABLE (~3800 bytes according to my experiments)Gabriel Young2017-02-19
* Allow customization of the number of tone keycodes and add example keymapGabriel Young2017-02-19
* expose midi_configGabriel Young2017-02-19
* add keycodes for transpose rangeGabriel Young2017-02-19
* implement modulationGabriel Young2017-02-19
* add support for pedal cc messagesGabriel Young2017-02-19
* remove disabled codeGabriel Young2017-02-19
* Alternative version with a tone arrayGabriel Young2017-02-19
* clean up commented codeGabriel Young2017-02-19
* initial implementation of polyphony using variable length array of notes onGabriel Young2017-02-19
* Expand MIDI key codesGabriel Young2017-02-19
* remove more warningsJack Humbert2017-02-16
* fix travis and reduce warningsJack Humbert2017-02-16
* fix weirdness with arm and modsJack Humbert2017-02-15
* unique variable nameJack Humbert2017-02-15
* publicise variablesJack Humbert2017-02-15
* add unicode common file, get names rightJack Humbert2017-02-15
* add unicode common file, get names rightJack Humbert2017-02-15
* split up unicode systems into different filesJack Humbert2017-02-15
* give error if both unicode/map are enabledJack Humbert2017-02-15
* adds layer tap toggleJack Humbert2017-02-15
* Add keycodes to turn on, turn off and toggle faux clickyPriyadi Iman Nurcahyo2017-02-13
* Implement faux-clicky featurePriyadi Iman Nurcahyo2017-02-13
* Merge pull request #1082 from priyadi/right-side-dual-functionJack Humbert2017-02-11
|\
| * Make room for 'loose keycodes' by halving UNICODE_MAP rangePriyadi Iman Nurcahyo2017-02-11
| * Implement tap mod dual role for right side mods.Priyadi Iman Nurcahyo2017-02-10
* | added functionality for just a portJack Humbert2017-02-07
|/
* Merge pull request #1071 from dungdung/rgb_tweaksJack Humbert2017-02-07
|\
| * Added non-animated gradient modedungdung2017-02-06
| * Added mode reverse step functiondungdung2017-02-06
| * Christmas mode now works with even RGBED_NUMdungdung2017-02-06
* | Merge pull request #1068 from adzenith/masterJack Humbert2017-02-07
|\ \
| * | Add new DIODE_DIRECTION optionNikolaus Wittenstein2017-02-05
| * | Remove unused matrix_raw variable in matrix.cNikolaus Wittenstein2017-02-05
| * | Fix compile warnings in light_ws2812.cNikolaus Wittenstein2017-02-03
* | | Merge pull request #1046 from LukeSilva/masterJack Humbert2017-02-07
|\ \ \
| * | | Add support for various tapping macrosLuke Silva2017-01-28
| * | | Add ability to use tap macros without using functionsLuke Silva2017-01-27
* | | | Merge pull request #1057 from priyadi/selectable_outputJack Humbert2017-02-07
|\ \ \ \
| * | | | Restrict outputselect to LUFA only for nowPriyadi Iman Nurcahyo2017-02-01
| * | | | Limit outputselect to AVR only for nowPriyadi Iman Nurcahyo2017-02-01
| * | | | Add layer switcher keycodes: OUT_AUTO, OUT_USB, OUT_BT, OUT_BLEPriyadi Iman Nurcahyo2017-02-01
* | | | | Merge pull request #1059 from qmk/hf/algr_tJack Humbert2017-02-06
|\ \ \ \ \
| * | | | | Introduces ALGR_T for dual-function AltGrErez Zukerman2017-01-31
| |/ / / /
* | | | | Merge pull request #960 from ofples/feature/combosJack Humbert2017-02-06
|\ \ \ \ \
| * | | | | Moved combo processing lower down in process logicOfer Plesser2016-12-16
| * | | | | Merge branch 'master' into feature/combosOfer Plesser2016-12-16
| |\ \ \ \ \
| * | | | | | Refactored as well as added support for action keys in combosOfer Plesser2016-12-16
| * | | | | | Added support for timing out combos if a key as been pressed for longer than ...Ofer Plesser2016-12-10