Age | Commit message (Expand) | Author | Files | Lines |
2019-04-08 | Fixed tap/down/up handling in dynamic keymap macros (#5363) | Drashna Jaelre | 1 | -6/+6 |
2019-04-05 | Custom Tapping Term per key (#5009) | Drashna Jaelre | 1 | -10/+22 |
2019-04-03 | RGB Matrix Overhaul (#5372) | XScorpion2 | 1 | -12/+2 |
2019-03-30 | Added SS_TAP_CODE, SS_DOWN_CODE, SS_UP_CODE | Wilba6582 | 1 | -6/+6 |
2019-03-12 | Next set of split_common changes (#4974) | James Churchill | 1 | -30/+0 |
2019-02-21 | Velocikey: Match RGB animation speed to typing speed (#3754) | Chris Lewis | 1 | -1/+16 |
2019-02-17 | Haptic feedback generalized - DRV2605 and solenoids (#4939) | ishtob | 1 | -0/+16 |
2019-02-11 | fix compiling for backlight without led matrix | skullY | 1 | -1/+1 |
2019-02-11 | compiles, but long delay on startup and problems | skullY | 1 | -4/+12 |
2019-02-05 | Improvements to Space Cadet Shift (#3856) | Anthony | 1 | -2/+35 |
2019-01-29 | Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769) | Rockman18 | 1 | -0/+18 |
2019-01-25 | move `#include "rgb.h"` from quantum.h to quantum.c | mtei | 1 | -0/+5 |
2018-12-19 | Overhaul Unicode Common functionality (#4325) | Drashna Jaelre | 1 | -11/+8 |
2018-12-14 | Fix up tap_code functionality (#4609) | Drashna Jaelre | 1 | -0/+8 |
2018-11-06 | Add EEPROM_RESET keycode to core code (#4234) | Drashna Jaelre | 1 | -0/+5 |
2018-10-27 | Add Bootmagic Lite to QMK (#4215) | Drashna Jaelre | 1 | -1/+33 |
2018-10-26 | add support for encoders to core | Jack Humbert | 1 | -0/+12 |
2018-10-02 | Add Function level EECONFIG code for EEPROM (#3084) | Drashna Jaelre | 1 | -0/+3 |
2018-09-18 | Create AG_TOGG code to toggle Alt/Gui swap. | Joe Wasson | 1 | -0/+11 |
2018-09-17 | Make `PREVENT_STUCK_MODIFIERS` the default (#3107) | Joe Wasson | 1 | -5/+2 |
2018-09-13 | rgblight.[ch] more configurable (#3582) | Takeshi ISHII | 1 | -15/+37 |
2018-08-04 | Make sure 'shutdown_user' is called | Drashna Jaelre | 1 | -0/+1 |
2018-08-04 | Fix Audio code when resetting keyboard | Drashna Jaelre | 1 | -3/+5 |
2018-07-17 | Lets split eh (#3120) | That-Canadian | 1 | -0/+65 |
2018-07-15 | Integrating Peter Fleury's HD44780 LCD library (#3209) | Max Audron | 1 | -0/+4 |
2018-07-15 | Added pin C6 to hardware PWM backlight | Wilba6582 | 1 | -13/+27 |
2018-06-13 | adds timeout to avr i2c | Jack Humbert | 1 | -1/+1 |
2018-06-04 | Add rgblight mode 35 (R,G,B test mode) (#3114) | Takeshi ISHII | 1 | -1/+6 |
2018-05-09 | Add effect speed support for RGB Matrix *No EEPROM yet* (#2922) | yiancar | 1 | -0/+10 |
2018-05-08 | Adds IS31FL3731 RGB Matrix Implementation (#2910) | Jack Humbert | 1 | -2/+21 |
2018-04-26 | Change handling of adjust layer to make it more LT(...) friendly. (#1625) | Martin Sandiford | 1 | -5/+7 |
2018-04-21 | Fix Audio Clicky sub-feature (#2784) | Drashna Jaelre | 1 | -1/+4 |
2018-02-08 | Add the ability to disable Music Mode completely (#2339) | Drashna Jaelre | 1 | -3/+3 |
2018-02-08 | Merge ChibiOS and LUFA descriptor support (#2362) | fredizzimo | 1 | -0/+8 |
2018-02-04 | Fixes to get tap dance to fire at proper places (#2272) | scauligi | 1 | -0/+4 |
2018-02-02 | Add missing parenthesis back to backlight_tick | Michael Kaylan | 1 | -1/+1 |
2018-01-18 | Backlighting for JJ40 and underglow initialisation code (#2260) | Kenneth Aloysius | 1 | -3/+9 |
2018-01-01 | backlight breathing overhaul (#2187) | Balz Guenat | 1 | -237/+169 |
2017-12-14 | new planck keymap, new feature - hybrid shift/enter action key (great for sma... | Zach Richard | 1 | -0/+23 |
2017-12-10 | fixes audio/midi combinations | Jack Humbert | 1 | -1/+4 |
2017-12-10 | fix up midi stuff w/music mode | Jack Humbert | 1 | -1/+1 |
2017-12-07 | fixes case where BACKLIGHT_BREATHING is enabled, but pin doesn't support PWM | Colin T.A. Gray | 1 | -0/+6 |
2017-12-04 | adds 'RGB_RMOD' to go through RGB modes in reverse | Colin T.A. Gray | 1 | -6/+11 |
2017-12-03 | Flesh out the grave escape overrides | skullY | 1 | -2/+25 |
2017-11-28 | Updates bootloader settings, adds file size check (#2029) | Jack Humbert | 1 | -1/+2 |
2017-11-21 | adds planck light keyboard | Jack Humbert | 1 | -2/+1 |
2017-10-25 | Added a new keycode for cycling through RBG modes which reverses directions w... | Sebastian Kaim | 1 | -0/+12 |
2017-09-18 | Added Auto Shift, tap key = normal, hold key = shifted state. | Jeremy Cowgar | 1 | -0/+3 |
2017-09-12 | Updates send_string functionality, adds terminal feature (#1657) | Jack Humbert | 1 | -11/+62 |
2017-09-06 | RGB improvements (#1684) | skullydazed | 1 | -56/+102 |