summaryrefslogtreecommitdiff
path: root/quantum
Commit message (Expand)AuthorAge
* Fix bugs that cause compile failures when enabling only some animations.Lenbok2019-04-06
* Custom Tapping Term per key (#5009)Drashna Jaelre2019-04-05
* Update ps2avrgb template to use standard matrix/i2c code (#4957)James Churchill2019-04-05
* RGB Matrix support for Massdrop CTRL/ALT (#5328)Daniel Prilik2019-04-03
* Added encoder support to split common code (#5477)XScorpion22019-04-03
* Eager Per Row Debouncing added (added to Ergodox) (#5498)Alex Ong2019-04-03
* RGB Matrix Overhaul (#5372)XScorpion22019-04-02
* Added some new songs (#5525)DDRnJn2019-04-02
* Fixing dead links (#5503)Brian Choromanski2019-03-29
* Added songs from Nier and Nier AutomataDDRnJn2019-03-24
* Add support for RGB LEDs wired directly to each half's controller (#5392)Danny2019-03-23
* rgblight.c: add remap feature (#5243)Takeshi ISHII2019-03-20
* Fix i2c splits with >8 columns (#5454)James Churchill2019-03-20
* New RGB Matrix effect: Single color reactive (#5330)M-AS2019-03-17
* Unicode fix for new wincompose version (#5082)cubimon2019-03-17
* Added 4 new songs to song_list.hDDRnJn2019-03-17
* rgblight split transfer non-eeprom config (#5396)Len Trigg2019-03-15
* Add new keyboard Plaid and ATMEGA328p support (#5379)Takuya Urakawa2019-03-12
* Next set of split_common changes (#4974)James Churchill2019-03-12
* Add 3 new songs and add new note type (#5351)DDRnJn2019-03-11
* increase size of note counter variable to avoid overflowMarco Monaco2019-03-05
* Clean up debounce a bit (#5255)James Churchill2019-03-04
* Added two songs to song_list.h (FF Prelude and To Boldly Go) (#5252)avatak2019-02-28
* Ask for your name when generating a new keyboard (#5214)fauxpark2019-02-26
* Fix indentation in quantum_keycodes.h (#5221)Konstantin Đorđević2019-02-24
* Fix Tx Bolt ghosting second character on key press (#5229)Tobias Schulte2019-02-23
* fix rgblight_effect_breathing interval time (#5213)Takeshi ISHII2019-02-22
* Velocikey: Match RGB animation speed to typing speed (#3754)Chris Lewis2019-02-21
* Fix `quantum/split_common/matrix.c: select_col()/select_row()` (#5174)Takeshi ISHII2019-02-18
* Stop all notes on startup, if there is no song and audio is disabled to preve...Drashna Jaelre2019-02-18
* Fix Audio Clicky by adding missing punctuation (#5171)Drashna Jaelre2019-02-18
* 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