summaryrefslogtreecommitdiffstats
path: root/quantum/quantum_keycodes.h
AgeCommit message (Collapse)AuthorFilesLines
2017-02-01Add layer switcher keycodes: OUT_AUTO, OUT_USB, OUT_BT, OUT_BLEPriyadi Iman Nurcahyo1-0/+10
2017-02-01Introduces ALGR_T for dual-function AltGrErez Zukerman1-0/+1
2017-01-28Add support for various tapping macrosLuke Silva1-0/+1
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 Silva1-0/+1
2017-01-13Update quantum_keycodes.hJack Humbert1-2/+2
2017-01-12A shot at aliasingErez Zukerman1-0/+2
2017-01-12Adds SCMD and SCMD_TErez Zukerman1-0/+2
2016-12-29Keycode refactorWilba65821-0/+313