summaryrefslogtreecommitdiffstats
path: root/quantum
AgeCommit message (Expand)AuthorFilesLines
2019-02-15Debounce refactor / API (#3720)Drashna Jaelre6-81/+210
2019-02-15Fix ARM Audio issues and its EEPROM persistence (#4936)Drashna Jaelre2-316/+322
2019-02-11fix the led_matrix.h naming conflictskullY4-3/+3
2019-02-11Put back an accidentally stripped copyrightskullY1-1/+2
2019-02-11cleanupskullY1-2/+2
2019-02-11fix compiling for backlight without led matrixskullY1-1/+1
2019-02-11cleanupskullY1-39/+37
2019-02-11Move the 1 second delay to led_matrix_initskullY1-18/+6
2019-02-11led_matrix works nowskullY3-28/+25
2019-02-11compiles, but long delay on startup and problemsskullY5-59/+63
2019-02-11revert accidental rgb_matrix.h changesskullY1-2/+10
2019-02-11The beginning of a simple led matrix driver for is31fl3731skullY4-10/+695
2019-02-06Fix Bootmgic Mod Handling for LM keycodes (#4740)Drashna Jaelre1-1/+1
2019-02-05Improvements to Space Cadet Shift (#3856)Anthony1-2/+35
2019-02-05Fix QWERTZ <> QWERTY issue in sendstring_german.hFlugschwein1-2/+2
2019-01-29Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)Rockman181-0/+18
2019-01-29Practice60 RGB and PWM Backlight (#4929)Andrew Kannan1-3/+8
2019-01-28Prevent wasteful writing to eeprom.mtei1-0/+2
2019-01-27Fix `1<col` instead of `1<<col` typo in matrix_is_on()James Churchill1-1/+1
2019-01-27Fix Command feature: use get_mods() instead of keyboard_report->mods (#4955)Konstantin Đorđević2-2/+2
2019-01-27Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre2-5/+5
2019-01-26Fix compile error in debounce_eager_pkalex-ong1-2/+2
2019-01-26Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ...alex-ong2-5/+3
2019-01-26Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2.alex-ong1-2/+5
2019-01-26Fixed compilation error with debounce_sym_gAlex Ong1-2/+2
2019-01-26Bug fix - was using MATRIX_ROWS instead of num_rowsAlex Ong1-1/+1
2019-01-26Removed #include "matrix.h" from debounce.hAlex Ong1-2/+0
2019-01-26Moved debouncing_time variable to inside #if debouncealex-ong1-3/+2
2019-01-26Restored debounce.h since there wasnt any real change.alex-ong1-17/+4
2019-01-26Working eager_pkalex-ong1-23/+18
2019-01-26DO NOT USE Revert back to original API to support split_keyboards.alex-ong3-8/+8
2019-01-26DO NOT USE - debounce successfully compiled.alex-ong6-62/+233
2019-01-26DO NOT USE Merge branch 'master' into debounce_refactorAlex Ong37-726/+1987
2019-01-25move `#include "rgb.h"` from quantum.h to quantum.cmtei2-3/+5
2019-01-25Add C(), A() and G() to match already existing S() (#4673)fauxpark1-1/+4
2019-01-25Fix process_combo which assign -1 to uint16_t (#3697)Drashna Jaelre2-9/+10
2019-01-25Fix problem that MAGIC_SWAP_ALT_GUI will not be effective when OSM(mod) is usedMakotoKurauchi1-1/+1
2019-01-24Optimize/Update the new_project script (#4920)MechMerlin2-42/+1
2019-01-21Update Templates (stop living in the past, its 2019) (#4897)MechMerlin8-8/+8
2019-01-18Allows Terminal to use ModTap/LayerTap keys (#4586)Mislav Čakarić1-0/+6
2019-01-17Simplify split_common Code significantly (#4772)James Churchill13-656/+578
2019-01-13Changed rest note (#4837)Jeremy Bernhardt1-0/+4
2019-01-10Adds Proton C Conversion (#4661)Jack Humbert6-0/+1319
2019-01-09Tidy up Mod-Tap shortcuts (#4806)fauxpark1-15/+16
2019-01-09Add missing parentheses to some important macros (#4775)Konstantin Đorđević1-11/+10
2019-01-07Improve consistency in UNICODEMAP code and docs, update docs/understanding_qm...Konstantin Đorđević4-29/+25
2019-01-04Merge branch 'master' into debounce_refactorAlex Ong70-1331/+3146
2019-01-04Add explicit eeprom include in split_commonJames Churchill1-0/+4
2019-01-04Convert split_common to use generic GPIO apiJames Churchill2-53/+22
2019-01-03Remove redundant, language-specific aliases for KC_ALGR (#4720)Konstantin Đorđević14-145/+92