summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Expand)Author
2019-02-15Add support for using ranges for RGB (#4981)Erovia
2019-02-15Improve RGB Light code (#4326)Drashna Jaelre
2019-02-14Remove problematic unicode_map stub definition in process_unicodemap.c (#5110)Konstantin Đorđević
2019-02-14Debounce refactor / API (#3720)Drashna Jaelre
2019-02-14Fix ARM Audio issues and its EEPROM persistence (#4936)Drashna Jaelre
2019-02-10fix the led_matrix.h naming conflictskullY
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)Drashna Jaelre
2019-02-05Improvements to Space Cadet Shift (#3856)Anthony
2019-02-04Fix QWERTZ <> QWERTY issue in sendstring_german.hFlugschwein
2019-01-28Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)Rockman18
2019-01-28Practice60 RGB and PWM Backlight (#4929)Andrew Kannan
2019-01-28Prevent wasteful writing to eeprom.mtei
2019-01-27Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill
2019-01-27Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Konstantin Đorđević
2019-01-26Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna 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.cmtei
2019-01-25Add C(), A() and G() to match already existing S() (#4673)fauxpark
2019-01-25Fix process_combo which assign -1 to uint16_t (#3697)Drashna Jaelre
2019-01-25Fix problem that MAGIC_SWAP_ALT_GUI will not be effective when OSM(mod) is usedMakotoKurauchi
2019-01-23Optimize/Update the new_project script (#4920)MechMerlin
2019-01-20Update Templates (stop living in the past, its 2019) (#4897)MechMerlin
2019-01-17Allows Terminal to use ModTap/LayerTap keys (#4586)Mislav Čakarić
2019-01-17Simplify split_common Code significantly (#4772)James Churchill
2019-01-13Changed rest note (#4837)Jeremy Bernhardt
2019-01-10Adds Proton C Conversion (#4661)Jack Humbert
2019-01-08Tidy up Mod-Tap shortcuts (#4806)fauxpark
2019-01-08Add missing parentheses to some important macros (#4775)Konstantin Đorđević
2019-01-07Improve consistency in UNICODEMAP code and docs, update docs/understanding_qm...Konstantin Đorđević
2019-01-04Merge branch 'master' into debounce_refactorAlex Ong