| Commit message (Expand) | Author | Age | Files | Lines |
* | Overhaul Unicode Common functionality (#4325) | Drashna Jaelre | 2018-12-19 | 1 | -3/+18 |
* | Add standard definitions for ALGR and KC_ALGR (#4389) | Konstantin Đorđević | 2018-12-12 | 1 | -2/+3 |
* | Remove RGB_SMOD alias and replace uses with RGB_MOD (#4319) | Konstantin Đorđević | 2018-11-27 | 1 | -1/+0 |
* | Add EEPROM_RESET keycode to core code (#4234) | Drashna Jaelre | 2018-11-06 | 1 | -0/+4 |
* | Remove ALTG(kc) as it's misleading and is not actually AltGr (#4338) | Konstantin Đorđević | 2018-11-06 | 1 | -1/+0 |
* | Add On/Off keycodes | Drashna Jaelre | 2018-09-25 | 1 | -0/+5 |
* | Create AG_TOGG code to toggle Alt/Gui swap. | Joe Wasson | 2018-09-17 | 1 | -0/+2 |
* | Make `PREVENT_STUCK_MODIFIERS` the default (#3107) | Joe Wasson | 2018-09-17 | 1 | -5/+1 |
* | Mask off keycode/layer/mod where possible in LT(), MT(), etc. (#3430) | fauxpark | 2018-08-29 | 1 | -44/+44 |
* | Add rgblight mode 35 (R,G,B test mode) (#3114) | Takeshi ISHII | 2018-06-04 | 1 | -0/+2 |
* | Add effect speed support for RGB Matrix *No EEPROM yet* (#2922) | yiancar | 2018-05-08 | 1 | -0/+2 |
* | Add Faux Clicking as subset of Audio feature (#2748) | Drashna Jaelre | 2018-04-19 | 1 | -0/+11 |
* | Added bending to MIDI (#2740) | adiron | 2018-04-18 | 1 | -0/+3 |
* | Add macro for momentarily switching to a layer while some mods are active (#2... | snyman | 2018-03-20 | 1 | -0/+5 |
* | Add CMD and WIN aliases for KC_GUI, GUI(kc), GUI_T(kc), etc. | fauxpark | 2018-03-16 | 1 | -0/+10 |
* | Add keycodes for swap-hands feature. | Joe Wasson | 2018-03-16 | 1 | -0/+14 |
* | Fix the SGUI aliases | skullY | 2018-03-01 | 1 | -4/+4 |
* | Add `SGUI()` and `SGUI_T()` for consistency with `KC_GUI` (#2442) | skullydazed | 2018-03-01 | 1 | -2/+4 |
* | backlight breathing overhaul (#2187) | Balz Guenat | 2018-01-01 | 1 | -19/+3 |
* | Add on/off/toggle keycodes for Auto Shift | Drashna Jael're | 2017-12-20 | 1 | -2/+2 |
* | Add toggle option to AutoShift | U-LANDSRAAD\drashna | 2017-12-20 | 1 | -0/+3 |
* | new planck keymap, new feature - hybrid shift/enter action key (great for sma... | Zach Richard | 2017-12-14 | 1 | -0/+3 |
* | fix up midi stuff w/music mode | Jack Humbert | 2017-12-10 | 1 | -2/+3 |
* | adds 'RGB_RMOD' to go through RGB modes in reverse | Colin T.A. Gray | 2017-12-04 | 1 | -2/+6 |
* | Added a new keycode for cycling through RBG modes which reverses directions w... | Sebastian Kaim | 2017-10-24 | 1 | -0/+1 |
* | Added Auto Shift, tap key = normal, hold key = shifted state. | Jeremy Cowgar | 2017-09-18 | 1 | -0/+5 |
* | Updates send_string functionality, adds terminal feature (#1657) | Jack Humbert | 2017-09-12 | 1 | -0/+5 |
* | RGB improvements (#1684) | skullydazed | 2017-09-06 | 1 | -0/+16 |
* | Initial implementation of the key_lock feature. | Fredric Silberberg | 2017-08-08 | 1 | -0/+4 |
* | Move steno keycodes due to conflict with another PR. | Joe Wasson | 2017-07-27 | 1 | -4/+4 |
* | Add support for GeminiPR steno protocol. | Joe Wasson | 2017-07-27 | 1 | -0/+2 |
* | Add TX Bolt protocol support for Stenography | Joe Wasson | 2017-07-27 | 1 | -0/+4 |
* | adds music mode, music mode songs, music mask | Jack Humbert | 2017-07-23 | 1 | -0/+3 |
* | clean-up planck and preonic keymaps, move audio stuff around | Jack Humbert | 2017-07-23 | 1 | -0/+4 |
* | Adds parenthesis where they might be needed | Jack Humbert | 2017-06-27 | 1 | -2/+2 |
* | Added Grave Escape (#1391) | jamesofarrell | 2017-06-16 | 1 | -0/+3 |
* | Clarify the quantum license (#1042) | skullydazed | 2017-03-28 | 1 | -0/+15 |
* | Merge pull request #1112 from newsboytko/newsboytko/midi-keycodes | Jack Humbert | 2017-03-28 | 1 | -7/+234 |
|\ |
|
| * | Update existing keymaps | Gabriel Young | 2017-02-25 | 1 | -14/+14 |
| * | Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED | Gabriel Young | 2017-02-25 | 1 | -3/+10 |
| * | 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 |
* | | Left control and alt | Lukas Stiebig | 2017-03-08 | 1 | -0/+2 |
|/ |
|
* | 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 |