summaryrefslogtreecommitdiffstats
path: root/quantum/quantum_keycodes.h
AgeCommit message (Collapse)AuthorFilesLines
2017-02-20initial implementation of polyphony using variable length array of notes onGabriel Young1-0/+1
2017-02-20Expand MIDI key codesGabriel Young1-1/+113
2017-02-15give error if both unicode/map are enabledJack Humbert1-0/+3
2017-02-15adds layer tap toggleJack Humbert1-4/+9
2017-02-13Add keycodes to turn on, turn off and toggle faux clickyPriyadi Iman Nurcahyo1-0/+7
2017-02-10Make room for 'loose keycodes' by halving UNICODE_MAP rangePriyadi Iman Nurcahyo1-2/+2
2017-02-10Implement tap mod dual role for right side mods.Priyadi Iman Nurcahyo1-7/+21
2017-02-07Merge pull request #1046 from LukeSilva/masterJack Humbert1-0/+2
Add Tapping Macros to QMK
2017-02-07Merge pull request #1057 from priyadi/selectable_outputJack Humbert1-0/+10
Implement runtime selectable output (USB or BT)
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