summaryrefslogtreecommitdiff
path: root/quantum
Commit message (Expand)AuthorAge
* Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr2019-02-18
* Add UK variant of the SEND_STRING() LUTsRys Sommefeldt2019-02-18
* Change Command keycode defaults to match corresponding Bootmagic codes (#5078)Konstantin Đorđević2019-02-17
* Move RGBLIGHT_LIMIT_VAL definition from rgblight.c to rgblight.h (#5167)Konstantin Đorđević2019-02-17
* Haptic feedback generalized - DRV2605 and solenoids (#4939)ishtob2019-02-16
* Add support for using ranges for RGB (#4981)Erovia2019-02-15
* Improve RGB Light code (#4326)Drashna Jaelre2019-02-15
* Remove problematic unicode_map stub definition in process_unicodemap.c (#5110)Konstantin Đorđević2019-02-14
* Debounce refactor / API (#3720)Drashna Jaelre2019-02-14
|\
| * Fix compile error in debounce_eager_pkalex-ong2019-01-27
| * Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ...alex-ong2019-01-26
| |\
| | * Fixed compilation error with debounce_sym_gAlex Ong2019-01-26
| | * Bug fix - was using MATRIX_ROWS instead of num_rowsAlex Ong2019-01-26
| | * Removed #include "matrix.h" from debounce.hAlex Ong2019-01-26
| * | Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2.alex-ong2019-01-26
| |/
| * Moved debouncing_time variable to inside #if debouncealex-ong2019-01-26
| * Restored debounce.h since there wasnt any real change.alex-ong2019-01-26
| * Working eager_pkalex-ong2019-01-26
| * DO NOT USE Revert back to original API to support split_keyboards.alex-ong2019-01-26
| * DO NOT USE - debounce successfully compiled.alex-ong2019-01-26
| * DO NOT USE Merge branch 'master' into debounce_refactorAlex Ong2019-01-26
| |\
| * \ Merge branch 'master' into debounce_refactorAlex Ong2019-01-04
| |\ \
| * | | Removed "debounce_algo = manual" in all keyboards with CUSTOM_MATRIX = yes.Alex Ong2018-08-29
* | | | Fix ARM Audio issues and its EEPROM persistence (#4936)Drashna Jaelre2019-02-14
* | | | fix the led_matrix.h naming conflictskullY2019-02-10
* | | | Put back an accidentally stripped copyrightskullY2019-02-10
* | | | cleanupskullY2019-02-10
* | | | fix compiling for backlight without led matrixskullY2019-02-10
* | | | cleanupskullY2019-02-10
* | | | Move the 1 second delay to led_matrix_initskullY2019-02-10
* | | | led_matrix works nowskullY2019-02-10
* | | | compiles, but long delay on startup and problemsskullY2019-02-10
* | | | revert accidental rgb_matrix.h changesskullY2019-02-10
* | | | The beginning of a simple led matrix driver for is31fl3731skullY2019-02-10
* | | | Fix Bootmgic Mod Handling for LM keycodes (#4740)Drashna Jaelre2019-02-06
* | | | Improvements to Space Cadet Shift (#3856)Anthony2019-02-05
* | | | Fix QWERTZ <> QWERTY issue in sendstring_german.hFlugschwein2019-02-04
* | | | Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)Rockman182019-01-28
* | | | Practice60 RGB and PWM Backlight (#4929)Andrew Kannan2019-01-28
* | | | Prevent wasteful writing to eeprom.mtei2019-01-28
* | | | Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill2019-01-27
* | | | Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Konstantin Đorđević2019-01-27
* | | | Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2019-01-26
| |_|/ |/| |
* | | move `#include "rgb.h"` from quantum.h to quantum.cmtei2019-01-25
* | | Add C(), A() and G() to match already existing S() (#4673)fauxpark2019-01-25
* | | Fix process_combo which assign -1 to uint16_t (#3697)Drashna Jaelre2019-01-25
|\ \ \
| * | | Fix process_combo which assign -1 to uint16_tShihpin Tseng2018-08-20
* | | | Fix problem that MAGIC_SWAP_ALT_GUI will not be effective when OSM(mod) is usedMakotoKurauchi2019-01-25
* | | | Optimize/Update the new_project script (#4920)MechMerlin2019-01-23
* | | | Update Templates (stop living in the past, its 2019) (#4897)MechMerlin2019-01-20