summaryrefslogtreecommitdiffstats
path: root/quantum/quantum.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-30Simple extended space cadet (#5277)XScorpion21-0/+4
2019-04-22Fix #3566 use an hardware timer for software PWM stability (#3615)Brice Figureau1-0/+4
2019-04-20OLED Driver FeatureRyan Caltabiano1-0/+4
2019-04-12Change table namesDrashna Jaelre1-1/+1
2019-04-12Clean up some of the codeDrashna Jaelre1-0/+1
2019-04-08Fixed tap/down/up handling in dynamic keymap macros (#5363)Drashna Jaelre1-0/+4
2019-04-05Custom Tapping Term per key (#5009)Drashna Jaelre1-0/+2
2019-03-30Added SS_TAP_CODE, SS_DOWN_CODE, SS_UP_CODEWilba65821-0/+4
2019-03-12Next set of split_common changes (#4974)James Churchill1-4/+0
2019-02-17Haptic feedback generalized - DRV2605 and solenoids (#4939)ishtob1-0/+4
2019-02-11fix the led_matrix.h naming conflictskullY1-1/+1
2019-02-11compiles, but long delay on startup and problemsskullY1-1/+5
2019-01-25move `#include "rgb.h"` from quantum.h to quantum.cmtei1-3/+0
2018-12-19Make `readPin` output a 0 or 1 when using AVR to match ChibiOS's version of `...Danny Nguyen1-1/+1
2018-12-14Fix up tap_code functionality (#4609)Drashna Jaelre1-1/+1
2018-12-12Add standard definitions for ALGR and KC_ALGR (#4389)Konstantin Đorđević1-0/+1
2018-11-27Add tap_code16 function (#4362)Konstantin Đorđević1-2/+3
2018-11-02Add support for Atmega32A to pin declarations and universal matrix (#4015)Jack Humbert1-9/+11
2018-10-27Add Bootmagic Lite to QMK (#4215)Drashna Jaelre1-0/+9
2018-10-01Adds default value for TAPPING_TERM if Tap Dance is enabled (#2785)Drashna Jaelre1-2/+4
2018-09-28Update quantum matrix to support both AVR and Chibios ARM (#3968)yiancar1-12/+57
2018-09-17Make `PREVENT_STUCK_MODIFIERS` the default (#3107)Joe Wasson1-6/+1
2018-09-13rgblight.[ch] more configurable (#3582)Takeshi ISHII1-0/+6
2018-08-28ISSI31FL3733 driver (#3679)yiancar1-20/+20
2018-08-04Make sure Planck light calls user suspend functions (#3568)Drashna Jaelre1-0/+1
2018-07-25Keymap: Bocaj Ergodox Updates (#3364)Jacob Jerrell1-1/+1
2018-07-17Lets split eh (#3120)That-Canadian1-0/+6
2018-07-15Integrating Peter Fleury's HD44780 LCD library (#3209)Max Audron1-0/+4
2018-05-08Adds IS31FL3731 RGB Matrix Implementation (#2910)Jack Humbert1-0/+6
2018-04-26Change handling of adjust layer to make it more LT(...) friendly. (#1625)Martin Sandiford1-0/+1
2018-04-21Fix Audio Clicky sub-feature (#2784)Drashna Jaelre1-0/+3
2018-03-16Add CMD and WIN aliases for KC_GUI, GUI(kc), GUI_T(kc), etc.fauxpark1-0/+2
2018-03-09Add SS_RALT for AltGR usage in macrosDrashna Jael're1-0/+1
2018-02-08Merge ChibiOS and LUFA descriptor support (#2362)fredizzimo1-1/+0
2018-01-01backlight breathing overhaul (#2187)Balz Guenat1-5/+4
2017-11-20added SS_LSFT to featured macrosGilbert Consellado1-0/+1
2017-09-18Added Auto Shift, tap key = normal, hold key = shifted state.Jeremy Cowgar1-0/+4
2017-09-12Updates send_string functionality, adds terminal feature (#1657)Jack Humbert1-2/+23
2017-08-08Initial implementation of the key_lock feature.Fredric Silberberg1-0/+4
2017-07-27Add TX Bolt protocol support for StenographyJoe Wasson1-0/+4
2017-07-23clean-up planck and preonic keymaps, move audio stuff aroundJack Humbert1-0/+3
2017-07-05Pull out sendstring variations to their own files.Shayne Holmes1-0/+2
2017-07-05Allow broader send_string layout customizability via compile flagShayne Holmes1-0/+1
2017-03-29Clarify the quantum license (#1042)skullydazed1-0/+15
2017-03-28Merge pull request #1112 from newsboytko/newsboytko/midi-keycodesJack Humbert1-1/+6
2017-02-26Factor basic note processing into respective processorsGabriel Young1-1/+6
2017-02-19mergingJack Humbert1-1/+9
2017-02-15split up unicode systems into different filesJack Humbert1-1/+9
2017-02-12adds soft pwm for non-timed portsJack Humbert1-0/+1
2017-02-07Merge pull request #1057 from priyadi/selectable_outputJack Humbert1-1/+0