aboutsummaryrefslogtreecommitdiffstats
path: root/quantum
AgeCommit message (Expand)Author
2019-02-10fix the led_matrix.h naming conflictGravatar skullY
2019-02-10Put back an accidentally stripped copyrightGravatar skullY
2019-02-10cleanupGravatar skullY
2019-02-10fix compiling for backlight without led matrixGravatar skullY
2019-02-10cleanupGravatar skullY
2019-02-10Move the 1 second delay to led_matrix_initGravatar skullY
2019-02-10led_matrix works nowGravatar skullY
2019-02-10compiles, but long delay on startup and problemsGravatar skullY
2019-02-10revert accidental rgb_matrix.h changesGravatar skullY
2019-02-10The beginning of a simple led matrix driver for is31fl3731Gravatar skullY
2019-02-06Fix Bootmgic Mod Handling for LM keycodes (#4740)Gravatar Drashna Jaelre
2019-02-05Improvements to Space Cadet Shift (#3856)Gravatar Anthony
2019-02-04Fix QWERTZ <> QWERTY issue in sendstring_german.hGravatar Flugschwein
2019-01-28Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)Gravatar Rockman18
2019-01-28Practice60 RGB and PWM Backlight (#4929)Gravatar Andrew Kannan
2019-01-28Prevent wasteful writing to eeprom.Gravatar mtei
2019-01-27Fix `1<col` instead of `1<<col` typo in matrix_is_on()Gravatar James Churchill
2019-01-27Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Gravatar Konstantin Đorđević
2019-01-26Adds a default value for IS_COMMAND for COMMAND feature (#4301)Gravatar Drashna Jaelre
2019-01-27Fix compile error in debounce_eager_pkGravatar alex-ong
2019-01-26Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ...Gravatar alex-ong
2019-01-26Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2.Gravatar alex-ong
2019-01-26Fixed compilation error with debounce_sym_gGravatar Alex Ong
2019-01-26Bug fix - was using MATRIX_ROWS instead of num_rowsGravatar Alex Ong
2019-01-26Removed #include "matrix.h" from debounce.hGravatar Alex Ong
2019-01-26Moved debouncing_time variable to inside #if debounceGravatar alex-ong
2019-01-26Restored debounce.h since there wasnt any real change.Gravatar alex-ong
2019-01-26Working eager_pkGravatar alex-ong
2019-01-26DO NOT USE Revert back to original API to support split_keyboards.Gravatar alex-ong
2019-01-26DO NOT USE - debounce successfully compiled.Gravatar alex-ong
2019-01-26DO NOT USE Merge branch 'master' into debounce_refactorGravatar Alex Ong
2019-01-25move `#include "rgb.h"` from quantum.h to quantum.cGravatar mtei
2019-01-25Add C(), A() and G() to match already existing S() (#4673)Gravatar fauxpark
2019-01-25Fix process_combo which assign -1 to uint16_t (#3697)Gravatar Drashna Jaelre
2019-01-25Fix problem that MAGIC_SWAP_ALT_GUI will not be effective when OSM(mod) is usedGravatar MakotoKurauchi
2019-01-23Optimize/Update the new_project script (#4920)Gravatar MechMerlin
2019-01-20Update Templates (stop living in the past, its 2019) (#4897)Gravatar MechMerlin
2019-01-17Allows Terminal to use ModTap/LayerTap keys (#4586)Gravatar Mislav Čakarić
2019-01-17Simplify split_common Code significantly (#4772)Gravatar James Churchill
2019-01-13Changed rest note (#4837)Gravatar Jeremy Bernhardt
2019-01-10Adds Proton C Conversion (#4661)Gravatar Jack Humbert
2019-01-08Tidy up Mod-Tap shortcuts (#4806)Gravatar fauxpark
2019-01-08Add missing parentheses to some important macros (#4775)Gravatar Konstantin Đorđević
2019-01-07Improve consistency in UNICODEMAP code and docs, update docs/understanding_qm...Gravatar Konstantin Đorđević
2019-01-04Merge branch 'master' into debounce_refactorGravatar Alex Ong
2019-01-03Add explicit eeprom include in split_commonGravatar James Churchill
2019-01-03Convert split_common to use generic GPIO apiGravatar James Churchill
2019-01-03Remove redundant, language-specific aliases for KC_ALGR (#4720)Gravatar Konstantin Đorđević
2018-12-31Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747)Gravatar David Dai
2018-12-30Register the interrupting keycode in the tap dance state structGravatar Giuseppe Rota