summaryrefslogtreecommitdiffstats
path: root/quantum/quantum_keycodes.h
AgeCommit message (Collapse)AuthorFilesLines
2017-02-26Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young1-3/+10
MIDI_ENABLE = no text data bss dec hex filename 0 17080 0 17080 42b8 satan_midi.hex MIDI_ENABLE = yes MIDI_BASIC undefined MIDI_ADVANCED undefined text data bss dec hex filename 0 19494 0 19494 4c26 satan_midi.hex MIDI_ENABLE = yes #define MIDI_BASIC MIDI_ADVANCED undefined text data bss dec hex filename 0 19788 0 19788 4d4c satan_midi.hex MIDI_ENABLE = yes MIDI_BASIC undefined #define MIDI_ADVANCED text data bss dec hex filename 0 20846 0 20846 516e satan_midi.hex MIDI_ENABLE = yes #define MIDI_BASIC #define MIDI_ADVANCED text data bss dec hex filename 0 21140 0 21140 5294 satan_midi.hex
2017-02-20Allow customization of the number of tone keycodes and add example keymapGabriel Young1-0/+84
2017-02-20add keycodes for transpose rangeGabriel Young1-0/+18
2017-02-20implement modulationGabriel Young1-1/+5
2017-02-20add support for pedal cc messagesGabriel Young1-5/+6
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