summaryrefslogtreecommitdiff
path: root/quantum/quantum_keycodes.h
Commit message (Collapse)AuthorAge
* Update existing keymapsGabriel Young2017-02-25
| | | | | | Update existing keymaps to enable MIDI_BASIC functionality. Also added an option MIDI_ENABLE_STRICT to be strict about keycode use (which also reduces memory footprint at runtime)
* Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2017-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Allow customization of the number of tone keycodes and add example keymapGabriel 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
|
* initial implementation of polyphony using variable length array of notes onGabriel Young2017-02-19
|
* Expand MIDI key codesGabriel Young2017-02-19
|
* 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
|
* 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
|
* Merge pull request #1046 from LukeSilva/masterJack Humbert2017-02-07
|\ | | | | Add Tapping Macros to QMK
| * Add support for various tapping macrosLuke Silva2017-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Add ability to use tap macros without using functionsLuke Silva2017-01-27
| |
* | Merge pull request #1057 from priyadi/selectable_outputJack Humbert2017-02-07
|\ \ | | | | | | Implement runtime selectable output (USB or BT)
| * | Add layer switcher keycodes: OUT_AUTO, OUT_USB, OUT_BT, OUT_BLEPriyadi Iman Nurcahyo2017-02-01
| |/
* / Introduces ALGR_T for dual-function AltGrErez Zukerman2017-01-31
|/
* Update quantum_keycodes.hJack Humbert2017-01-13
|
* A shot at aliasingErez Zukerman2017-01-12
|
* Adds SCMD and SCMD_TErez Zukerman2017-01-11
|
* Keycode refactorWilba65822016-12-29