summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Expand)Author
2019-02-24Fix indentation in quantum_keycodes.h (#5221)0.6.303Konstantin Đorđević
2019-02-23Fix Tx Bolt ghosting second character on key press (#5229)0.6.302Tobias Schulte
2019-02-22fix rgblight_effect_breathing interval time (#5213)Takeshi ISHII
2019-02-21Velocikey: Match RGB animation speed to typing speed (#3754)0.6.300Chris Lewis
2019-02-18Fix `quantum/split_common/matrix.c: select_col()/select_row()` (#5174)0.6.299Takeshi ISHII
2019-02-18Stop all notes on startup, if there is no song and audio is disabled to preve...0.6.298Drashna Jaelre
2019-02-18Fix Audio Clicky by adding missing punctuation (#5171)0.6.296Drashna Jaelre
2019-02-18Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr
2019-02-18Add UK variant of the SEND_STRING() LUTsRys Sommefeldt
2019-02-17Change Command keycode defaults to match corresponding Bootmagic codes (#5078)0.6.292Konstantin Đorđević
2019-02-17Move RGBLIGHT_LIMIT_VAL definition from rgblight.c to rgblight.h (#5167)0.6.291Konstantin Đorđević
2019-02-16Haptic feedback generalized - DRV2605 and solenoids (#4939)0.6.289ishtob
2019-02-15Add support for using ranges for RGB (#4981)0.6.287Erovia
2019-02-15Improve RGB Light code (#4326)0.6.284Drashna Jaelre
2019-02-14Remove problematic unicode_map stub definition in process_unicodemap.c (#5110)0.6.282Konstantin Đorđević
2019-02-14Debounce refactor / API (#3720)0.6.280Drashna Jaelre
2019-02-14Fix ARM Audio issues and its EEPROM persistence (#4936)0.6.277Drashna Jaelre
2019-02-10fix the led_matrix.h naming conflict0.6.273skullY
2019-02-10Put back an accidentally stripped copyrightskullY
2019-02-10cleanupskullY
2019-02-10fix compiling for backlight without led matrixskullY
2019-02-10cleanupskullY
2019-02-10Move the 1 second delay to led_matrix_initskullY
2019-02-10led_matrix works nowskullY
2019-02-10compiles, but long delay on startup and problemsskullY
2019-02-10revert accidental rgb_matrix.h changesskullY
2019-02-10The beginning of a simple led matrix driver for is31fl3731skullY
2019-02-06Fix Bootmgic Mod Handling for LM keycodes (#4740)0.6.272Drashna Jaelre
2019-02-05Improvements to Space Cadet Shift (#3856)0.6.270Anthony
2019-02-04Fix QWERTZ <> QWERTY issue in sendstring_german.hFlugschwein
2019-01-28Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)0.6.261Rockman18
2019-01-28Practice60 RGB and PWM Backlight (#4929)0.6.260Andrew Kannan
2019-01-28Prevent wasteful writing to eeprom.0.6.259mtei
2019-01-27Fix `1<col` instead of `1<<col` typo in matrix_is_on()0.6.258James Churchill
2019-01-27Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)0.6.257Konstantin Đorđević
2019-01-26Adds a default value for IS_COMMAND for COMMAND feature (#4301)0.6.256Drashna Jaelre
2019-01-27Fix compile error in debounce_eager_pkalex-ong
2019-01-26Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ...alex-ong
2019-01-26Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2.alex-ong
2019-01-26Fixed compilation error with debounce_sym_gAlex Ong
2019-01-26Bug fix - was using MATRIX_ROWS instead of num_rowsAlex Ong
2019-01-26Removed #include "matrix.h" from debounce.hAlex Ong
2019-01-26Moved debouncing_time variable to inside #if debouncealex-ong
2019-01-26Restored debounce.h since there wasnt any real change.alex-ong
2019-01-26Working eager_pkalex-ong
2019-01-26DO NOT USE Revert back to original API to support split_keyboards.alex-ong
2019-01-26DO NOT USE - debounce successfully compiled.alex-ong
2019-01-26DO NOT USE Merge branch 'master' into debounce_refactorAlex Ong
2019-01-25move `#include "rgb.h"` from quantum.h to quantum.c0.6.253mtei
2019-01-25Add C(), A() and G() to match already existing S() (#4673)0.6.252fauxpark