summaryrefslogtreecommitdiff
path: root/quantum/quantum_keycodes.h
AgeCommit message (Collapse)Author
2017-02-19add keycodes for transpose rangeGabriel Young
2017-02-19implement modulationGabriel Young
2017-02-19add support for pedal cc messagesGabriel Young
2017-02-19initial implementation of polyphony using variable length array of notes onGabriel Young
2017-02-19Expand MIDI key codesGabriel Young
2017-02-15give error if both unicode/map are enabledJack Humbert
2017-02-15adds layer tap toggleJack Humbert
2017-02-13Add keycodes to turn on, turn off and toggle faux clickyPriyadi Iman Nurcahyo
2017-02-11Make room for 'loose keycodes' by halving UNICODE_MAP rangePriyadi Iman Nurcahyo
2017-02-10Implement tap mod dual role for right side mods.Priyadi Iman Nurcahyo
2017-02-07Merge pull request #1046 from LukeSilva/masterJack Humbert
Add Tapping Macros to QMK
2017-02-07Merge pull request #1057 from priyadi/selectable_outputJack Humbert
Implement runtime selectable output (USB or BT)
2017-02-01Add layer switcher keycodes: OUT_AUTO, OUT_USB, OUT_BT, OUT_BLEPriyadi Iman Nurcahyo
2017-01-31Introduces ALGR_T for dual-function AltGrErez Zukerman
2017-01-28Add support for various tapping macrosLuke Silva
A macro key can now be easily set to act as a modifier on hold, and press a shifted key when tapped. Or to switch layers when held, and again press a shifted key when tapped. Various other helper defines have been created which send macros when the key is pressed, released and tapped, cleaning up the action_get_macro function inside keymap definitions. The layer switching macros require a GCC extension - 'compound statements enclosed within parentheses'. The use of this extension is already present within the macro subsystem of this project, so its use in this commit should not cause any additional issues. MACRO_NONE had to be cast to a (macro_t*) to suppress compiler warnings within some tapping macros.
2017-01-27Add ability to use tap macros without using functionsLuke Silva
2017-01-13Update quantum_keycodes.hJack Humbert
2017-01-12A shot at aliasingErez Zukerman
2017-01-11Adds SCMD and SCMD_TErez Zukerman
2016-12-29Keycode refactorWilba6582