summaryrefslogtreecommitdiffstats
path: root/quantum/quantum.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-30Simple extended space cadet (#5277)XScorpion21-120/+3
2019-04-22Fix #3566 use an hardware timer for software PWM stability (#3615)Brice Figureau1-43/+213
2019-04-20OLED Driver FeatureRyan Caltabiano1-0/+13
2019-04-19Use auto output for Adafruit BLE (#4131)Mike Roberts1-0/+3
2019-04-12Change table namesDrashna Jaelre1-4/+4
2019-04-12Cleanup codeDrashna Jaelre1-13/+3
2019-04-12Make send_char multilined for readaabilityDrashna Jaelre1-8/+20
2019-04-12Clean up some of the codeDrashna Jaelre1-3/+2
2019-04-12Add AltGr/RALT support to Send StringDrashna Jaelre1-9/+34
2019-04-08[Keyboard] Refactor jj40 to current standards (#5574)zvecr1-0/+7
2019-04-08Fixed tap/down/up handling in dynamic keymap macros (#5363)Drashna Jaelre1-6/+6
2019-04-05Custom Tapping Term per key (#5009)Drashna Jaelre1-10/+22
2019-04-03RGB Matrix Overhaul (#5372)XScorpion21-12/+2
2019-03-30Added SS_TAP_CODE, SS_DOWN_CODE, SS_UP_CODEWilba65821-6/+6
2019-03-12Next set of split_common changes (#4974)James Churchill1-30/+0
2019-02-21Velocikey: Match RGB animation speed to typing speed (#3754)Chris Lewis1-1/+16
2019-02-17Haptic feedback generalized - DRV2605 and solenoids (#4939)ishtob1-0/+16
2019-02-11fix compiling for backlight without led matrixskullY1-1/+1
2019-02-11compiles, but long delay on startup and problemsskullY1-4/+12
2019-02-05Improvements to Space Cadet Shift (#3856)Anthony1-2/+35
2019-01-29Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)Rockman181-0/+18
2019-01-25move `#include "rgb.h"` from quantum.h to quantum.cmtei1-0/+5
2018-12-19Overhaul Unicode Common functionality (#4325)Drashna Jaelre1-11/+8
2018-12-14Fix up tap_code functionality (#4609)Drashna Jaelre1-0/+8
2018-11-06Add EEPROM_RESET keycode to core code (#4234)Drashna Jaelre1-0/+5
2018-10-27Add Bootmagic Lite to QMK (#4215)Drashna Jaelre1-1/+33
2018-10-26add support for encoders to coreJack Humbert1-0/+12
2018-10-02Add Function level EECONFIG code for EEPROM (#3084)Drashna Jaelre1-0/+3
2018-09-18Create AG_TOGG code to toggle Alt/Gui swap.Joe Wasson1-0/+11
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson1-5/+2
2018-09-13rgblight.[ch] more configurable (#3582)Takeshi ISHII1-15/+37
2018-08-04Make sure 'shutdown_user' is calledDrashna Jaelre1-0/+1
2018-08-04Fix Audio code when resetting keyboardDrashna Jaelre1-3/+5
2018-07-17Lets split eh (#3120)That-Canadian1-0/+65
2018-07-15Integrating Peter Fleury's HD44780 LCD library (#3209)Max Audron1-0/+4
2018-07-15Added pin C6 to hardware PWM backlightWilba65821-13/+27
2018-06-13adds timeout to avr i2cJack Humbert1-1/+1
2018-06-04Add rgblight mode 35 (R,G,B test mode) (#3114)Takeshi ISHII1-1/+6
2018-05-09Add effect speed support for RGB Matrix *No EEPROM yet* (#2922)yiancar1-0/+10
2018-05-08Adds IS31FL3731 RGB Matrix Implementation (#2910)Jack Humbert1-2/+21
2018-04-26Change handling of adjust layer to make it more LT(...) friendly. (#1625)Martin Sandiford1-5/+7
2018-04-21Fix Audio Clicky sub-feature (#2784)Drashna Jaelre1-1/+4
2018-02-08Add the ability to disable Music Mode completely (#2339)Drashna Jaelre1-3/+3
2018-02-08Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo1-0/+8
2018-02-04Fixes to get tap dance to fire at proper places (#2272)scauligi1-0/+4
2018-02-02Add missing parenthesis back to backlight_tickMichael Kaylan1-1/+1
2018-01-18Backlighting for JJ40 and underglow initialisation code (#2260)Kenneth Aloysius1-3/+9
2018-01-01backlight breathing overhaul (#2187)Balz Guenat1-237/+169
2017-12-14new planck keymap, new feature - hybrid shift/enter action key (great for sma...Zach Richard1-0/+23
2017-12-10fixes audio/midi combinationsJack Humbert1-1/+4