aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/quantum.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix backlight breathing on C6 (#6102)fauxpark2019-06-171-19/+29
* Make DEBUG keycode disable as well as enable (#5898)fauxpark2019-05-191-1/+5
* Cleanup/rgb matrix (#5811)XScorpion22019-05-101-1/+1
* [Keyboard] Sol keyboard conversion to split common (#5773)XScorpion22019-05-061-18/+5
* Simple extended space cadet (#5277)XScorpion22019-04-291-120/+3
* Fix #3566 use an hardware timer for software PWM stability (#3615)Brice Figureau2019-04-221-43/+213
* OLED Driver FeatureRyan Caltabiano2019-04-201-0/+13
* Use auto output for Adafruit BLE (#4131)Mike Roberts2019-04-191-0/+3
* Change table namesDrashna Jaelre2019-04-121-4/+4
* Cleanup codeDrashna Jaelre2019-04-121-13/+3
* Make send_char multilined for readaabilityDrashna Jaelre2019-04-121-8/+20
* Clean up some of the codeDrashna Jaelre2019-04-121-3/+2
* Add AltGr/RALT support to Send StringDrashna Jaelre2019-04-121-9/+34
* [Keyboard] Refactor jj40 to current standards (#5574)zvecr2019-04-081-0/+7
* Fixed tap/down/up handling in dynamic keymap macros (#5363)Drashna Jaelre2019-04-071-6/+6
|\
| * Added SS_TAP_CODE, SS_DOWN_CODE, SS_UP_CODEWilba65822019-03-301-6/+6
* | Custom Tapping Term per key (#5009)Drashna Jaelre2019-04-051-10/+22
* | RGB Matrix Overhaul (#5372)XScorpion22019-04-021-12/+2
* | Next set of split_common changes (#4974)James Churchill2019-03-121-30/+0
|/
* Velocikey: Match RGB animation speed to typing speed (#3754)Chris Lewis2019-02-211-1/+16
* Haptic feedback generalized - DRV2605 and solenoids (#4939)ishtob2019-02-161-0/+16
* fix compiling for backlight without led matrixskullY2019-02-101-1/+1
* compiles, but long delay on startup and problemsskullY2019-02-101-4/+12
* Improvements to Space Cadet Shift (#3856)Anthony2019-02-051-2/+35
* Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)Rockman182019-01-281-0/+18
* move `#include "rgb.h"` from quantum.h to quantum.cmtei2019-01-251-0/+5
* Overhaul Unicode Common functionality (#4325)Drashna Jaelre2018-12-191-11/+8
* Fix up tap_code functionality (#4609)Drashna Jaelre2018-12-141-0/+8
* Add EEPROM_RESET keycode to core code (#4234)Drashna Jaelre2018-11-061-0/+5
* Add Bootmagic Lite to QMK (#4215)Drashna Jaelre2018-10-271-1/+33
* add support for encoders to coreJack Humbert2018-10-261-0/+12
* Add Function level EECONFIG code for EEPROM (#3084)Drashna Jaelre2018-10-011-0/+3
* Create AG_TOGG code to toggle Alt/Gui swap.Joe Wasson2018-09-171-0/+11
* Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson2018-09-171-5/+2
* rgblight.[ch] more configurable (#3582)Takeshi ISHII2018-09-131-15/+37
* Make sure 'shutdown_user' is calledDrashna Jaelre2018-08-041-0/+1
* Fix Audio code when resetting keyboardDrashna Jaelre2018-08-041-3/+5
* Lets split eh (#3120)That-Canadian2018-07-161-0/+65
* Integrating Peter Fleury's HD44780 LCD library (#3209)Max Audron2018-07-151-0/+4
* Added pin C6 to hardware PWM backlightWilba65822018-07-151-13/+27
* adds timeout to avr i2cJack Humbert2018-06-121-1/+1
* Add rgblight mode 35 (R,G,B test mode) (#3114)Takeshi ISHII2018-06-041-1/+6
* Add effect speed support for RGB Matrix *No EEPROM yet* (#2922)yiancar2018-05-081-0/+10
* Adds IS31FL3731 RGB Matrix Implementation (#2910)Jack Humbert2018-05-081-2/+21
* Change handling of adjust layer to make it more LT(...) friendly. (#1625)Martin Sandiford2018-04-261-5/+7
* Fix Audio Clicky sub-feature (#2784)Drashna Jaelre2018-04-211-1/+4
* Add the ability to disable Music Mode completely (#2339)Drashna Jaelre2018-02-081-3/+3
* Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo2018-02-081-0/+8
* Fixes to get tap dance to fire at proper places (#2272)scauligi2018-02-041-0/+4
* Add missing parenthesis back to backlight_tickMichael Kaylan2018-02-011-1/+1