aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/quantum_keycodes.h
Commit message (Collapse)AuthorAgeFilesLines
...
| * add support for pedal cc messagesGabriel Young2017-02-191-5/+6
| |
| * initial implementation of polyphony using variable length array of notes onGabriel Young2017-02-191-0/+1
| |
| * Expand MIDI key codesGabriel Young2017-02-191-1/+113
| |
* | Refactor Bluetooth HandlingTravis La Marr2017-03-241-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored Bluetooth support to make adding new Bluetooth modules easier in the future. * Remove `OUT_BLE` key from QMK's keymap. `OUT_BT` is all we need now as there's no difference anymore. * Made BLUETOOTH_ENABLE build option legacy as not to break existing keymaps (Falls back to existing EZ Key support if on) * Removed `ADAFRUIT_BLE_ENABLE` build option * Created new build option `BLUETOOTH` with module option (Currently `AdafruitEZKey` & `AdafruitBLE`) * Moved all LUFA bluetooth key/mouse events under `BLUETOOTH_ENABLE` ifdef with selected modules output.
* | Left control and altLukas Stiebig2017-03-081-0/+2
|/ | | | Use the left control and the left alt key.
* give error if both unicode/map are enabledJack Humbert2017-02-151-0/+3
|
* adds layer tap toggleJack Humbert2017-02-151-4/+9
|
* Add keycodes to turn on, turn off and toggle faux clickyPriyadi Iman Nurcahyo2017-02-131-0/+7
|
* Make room for 'loose keycodes' by halving UNICODE_MAP rangePriyadi Iman Nurcahyo2017-02-111-2/+2
|
* Implement tap mod dual role for right side mods.Priyadi Iman Nurcahyo2017-02-101-7/+21
|
* Merge pull request #1046 from LukeSilva/masterJack Humbert2017-02-071-0/+2
|\ | | | | Add Tapping Macros to QMK
| * Add support for various tapping macrosLuke Silva2017-01-281-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.
| * Add ability to use tap macros without using functionsLuke Silva2017-01-271-0/+1
| |
* | Merge pull request #1057 from priyadi/selectable_outputJack Humbert2017-02-071-0/+10
|\ \ | | | | | | Implement runtime selectable output (USB or BT)
| * | Add layer switcher keycodes: OUT_AUTO, OUT_USB, OUT_BT, OUT_BLEPriyadi Iman Nurcahyo2017-02-011-0/+10
| |/
* / Introduces ALGR_T for dual-function AltGrErez Zukerman2017-01-311-0/+1
|/
* Update quantum_keycodes.hJack Humbert2017-01-131-2/+2
|
* A shot at aliasingErez Zukerman2017-01-121-0/+2
|
* Adds SCMD and SCMD_TErez Zukerman2017-01-111-0/+2
|
* Keycode refactorWilba65822016-12-291-0/+313