Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Allow customization of the number of tone keycodes and add example keymap | Gabriel Young | 2017-02-19 | 1 | -0/+84 | |
| | | ||||||
| * | add keycodes for transpose range | Gabriel Young | 2017-02-19 | 1 | -0/+18 | |
| | | ||||||
| * | implement modulation | Gabriel Young | 2017-02-19 | 1 | -1/+5 | |
| | | ||||||
| * | add support for pedal cc messages | Gabriel Young | 2017-02-19 | 1 | -5/+6 | |
| | | ||||||
| * | initial implementation of polyphony using variable length array of notes on | Gabriel Young | 2017-02-19 | 1 | -0/+1 | |
| | | ||||||
| * | Expand MIDI key codes | Gabriel Young | 2017-02-19 | 1 | -1/+113 | |
| | | ||||||
* | | Refactor Bluetooth Handling | Travis La Marr | 2017-03-24 | 1 | -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 alt | Lukas Stiebig | 2017-03-08 | 1 | -0/+2 | |
|/ | | | | Use the left control and the left alt key. | |||||
* | give error if both unicode/map are enabled | Jack Humbert | 2017-02-15 | 1 | -0/+3 | |
| | ||||||
* | adds layer tap toggle | Jack Humbert | 2017-02-15 | 1 | -4/+9 | |
| | ||||||
* | Add keycodes to turn on, turn off and toggle faux clicky | Priyadi Iman Nurcahyo | 2017-02-13 | 1 | -0/+7 | |
| | ||||||
* | Make room for 'loose keycodes' by halving UNICODE_MAP range | Priyadi Iman Nurcahyo | 2017-02-11 | 1 | -2/+2 | |
| | ||||||
* | Implement tap mod dual role for right side mods. | Priyadi Iman Nurcahyo | 2017-02-10 | 1 | -7/+21 | |
| | ||||||
* | Merge pull request #1046 from LukeSilva/master | Jack Humbert | 2017-02-07 | 1 | -0/+2 | |
|\ | | | | | Add Tapping Macros to QMK | |||||
| * | Add support for various tapping macros | Luke Silva | 2017-01-28 | 1 | -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 functions | Luke Silva | 2017-01-27 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #1057 from priyadi/selectable_output | Jack Humbert | 2017-02-07 | 1 | -0/+10 | |
|\ \ | | | | | | | Implement runtime selectable output (USB or BT) | |||||
| * | | Add layer switcher keycodes: OUT_AUTO, OUT_USB, OUT_BT, OUT_BLE | Priyadi Iman Nurcahyo | 2017-02-01 | 1 | -0/+10 | |
| |/ | ||||||
* / | Introduces ALGR_T for dual-function AltGr | Erez Zukerman | 2017-01-31 | 1 | -0/+1 | |
|/ | ||||||
* | Update quantum_keycodes.h | Jack Humbert | 2017-01-13 | 1 | -2/+2 | |
| | ||||||
* | A shot at aliasing | Erez Zukerman | 2017-01-12 | 1 | -0/+2 | |
| | ||||||
* | Adds SCMD and SCMD_T | Erez Zukerman | 2017-01-11 | 1 | -0/+2 | |
| | ||||||
* | Keycode refactor | Wilba6582 | 2016-12-29 | 1 | -0/+313 | |