aboutsummaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
* increase size of note counter variable to avoid overflowMarco Monaco2019-03-053-3/+3
* Clean up debounce a bit (#5255)James Churchill2019-03-043-9/+9
* Added two songs to song_list.h (FF Prelude and To Boldly Go) (#5252)avatak2019-02-281-1/+33
* Ask for your name when generating a new keyboard (#5214)fauxpark2019-02-267-8/+8
* Fix indentation in quantum_keycodes.h (#5221)Konstantin Đorđević2019-02-241-30/+29
* Fix Tx Bolt ghosting second character on key press (#5229)Tobias Schulte2019-02-231-22/+24
* fix rgblight_effect_breathing interval time (#5213)Takeshi ISHII2019-02-221-1/+1
* Velocikey: Match RGB animation speed to typing speed (#3754)Chris Lewis2019-02-215-6/+113
* Fix `quantum/split_common/matrix.c: select_col()/select_row()` (#5174)Takeshi ISHII2019-02-181-2/+2
* Stop all notes on startup, if there is no song and audio is disabled to preve...Drashna Jaelre2019-02-181-0/+2
* Fix Audio Clicky by adding missing punctuation (#5171)Drashna Jaelre2019-02-181-1/+1
* Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr2019-02-181-1/+1
* Add UK variant of the SEND_STRING() LUTsRys Sommefeldt2019-02-181-0/+62
* Change Command keycode defaults to match corresponding Bootmagic codes (#5078)Konstantin Đorđević2019-02-171-5/+6
* Move RGBLIGHT_LIMIT_VAL definition from rgblight.c to rgblight.h (#5167)Konstantin Đorđević2019-02-172-4/+3
* Haptic feedback generalized - DRV2605 and solenoids (#4939)ishtob2019-02-163-19/+50
* Add support for using ranges for RGB (#4981)Erovia2019-02-152-0/+42
* Improve RGB Light code (#4326)Drashna Jaelre2019-02-152-2/+45
* Remove problematic unicode_map stub definition in process_unicodemap.c (#5110)Konstantin Đorđević2019-02-142-3/+2
* Debounce refactor / API (#3720)Drashna Jaelre2019-02-146-81/+210
|\
| * Fix compile error in debounce_eager_pkalex-ong2019-01-271-2/+2
| * Merge branch 'debounce_refactor' of https://github.com/alex-ong/qmk_firmware ...alex-ong2019-01-262-5/+3
| |\
| | * Fixed compilation error with debounce_sym_gAlex Ong2019-01-261-2/+2
| | * Bug fix - was using MATRIX_ROWS instead of num_rowsAlex Ong2019-01-261-1/+1
| | * Removed #include "matrix.h" from debounce.hAlex Ong2019-01-261-2/+0
| * | Malloc array in debounce_eager_pk, since split keyboards only use MATRIX_ROWS/2.alex-ong2019-01-261-2/+5
| |/
| * Moved debouncing_time variable to inside #if debouncealex-ong2019-01-261-3/+2
| * Restored debounce.h since there wasnt any real change.alex-ong2019-01-261-17/+4
| * Working eager_pkalex-ong2019-01-261-23/+18
| * DO NOT USE Revert back to original API to support split_keyboards.alex-ong2019-01-263-8/+8
| * DO NOT USE - debounce successfully compiled.alex-ong2019-01-266-62/+233
| * DO NOT USE Merge branch 'master' into debounce_refactorAlex Ong2019-01-2637-726/+1987
| |\
| * \ Merge branch 'master' into debounce_refactorAlex Ong2019-01-0470-1331/+3146
| |\ \
| * | | Removed "debounce_algo = manual" in all keyboards with CUSTOM_MATRIX = yes.Alex Ong2018-08-291-76/+3
* | | | Fix ARM Audio issues and its EEPROM persistence (#4936)Drashna Jaelre2019-02-142-316/+322
* | | | fix the led_matrix.h naming conflictskullY2019-02-104-3/+3
* | | | Put back an accidentally stripped copyrightskullY2019-02-101-1/+2
* | | | cleanupskullY2019-02-101-2/+2
* | | | fix compiling for backlight without led matrixskullY2019-02-101-1/+1
* | | | cleanupskullY2019-02-101-39/+37
* | | | Move the 1 second delay to led_matrix_initskullY2019-02-101-18/+6
* | | | led_matrix works nowskullY2019-02-103-28/+25
* | | | compiles, but long delay on startup and problemsskullY2019-02-105-59/+63
* | | | revert accidental rgb_matrix.h changesskullY2019-02-101-2/+10
* | | | The beginning of a simple led matrix driver for is31fl3731skullY2019-02-104-10/+695
* | | | Fix Bootmgic Mod Handling for LM keycodes (#4740)Drashna Jaelre2019-02-061-1/+1
* | | | Improvements to Space Cadet Shift (#3856)Anthony2019-02-051-2/+35
* | | | Fix QWERTZ <> QWERTY issue in sendstring_german.hFlugschwein2019-02-041-2/+2
* | | | Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)Rockman182019-01-281-0/+18
* | | | Practice60 RGB and PWM Backlight (#4929)Andrew Kannan2019-01-281-3/+8