summaryrefslogtreecommitdiffstats
path: root/quantum
AgeCommit message (Expand)AuthorFilesLines
2019-03-21rgblight.c: add remap feature (#5243)Takeshi ISHII1-2/+16
2019-03-20Fix i2c splits with >8 columns (#5454)James Churchill1-3/+3
2019-03-17New RGB Matrix effect: Single color reactive (#5330)M-AS2-0/+22
2019-03-17Unicode fix for new wincompose version (#5082)cubimon1-0/+3
2019-03-17Added 4 new songs to song_list.hDDRnJn1-0/+52
2019-03-15rgblight split transfer non-eeprom config (#5396)Len Trigg4-8/+14
2019-03-12Add new keyboard Plaid and ATMEGA328p support (#5379)Takuya Urakawa1-0/+5
2019-03-12Next set of split_common changes (#4974)James Churchill10-476/+85
2019-03-11Add 3 new songs and add new note type (#5351)DDRnJn2-1/+47
2019-03-11Fixed tap/down/up handling in dynamic keymap macrosWilba65821-5/+13
2019-03-06increase size of note counter variable to avoid overflowMarco Monaco3-3/+3
2019-03-04Clean up debounce a bit (#5255)James Churchill3-9/+9
2019-02-28Added two songs to song_list.h (FF Prelude and To Boldly Go) (#5252)avatak1-1/+33
2019-02-26Ask for your name when generating a new keyboard (#5214)fauxpark7-8/+8
2019-02-25Fix indentation in quantum_keycodes.h (#5221)Konstantin Đorđević1-30/+29
2019-02-24Fix Tx Bolt ghosting second character on key press (#5229)Tobias Schulte1-22/+24
2019-02-22fix rgblight_effect_breathing interval time (#5213)Takeshi ISHII1-1/+1
2019-02-21Velocikey: Match RGB animation speed to typing speed (#3754)Chris Lewis5-6/+113
2019-02-18Fix `quantum/split_common/matrix.c: select_col()/select_row()` (#5174)Takeshi ISHII1-2/+2
2019-02-18Stop all notes on startup, if there is no song and audio is disabled to preve...Drashna Jaelre1-0/+2
2019-02-18Fix Audio Clicky by adding missing punctuation (#5171)Drashna Jaelre1-1/+1
2019-02-18Remove CUSTOM_MATRIX option from diode direction (#5090)zvecr1-1/+1
2019-02-18Add UK variant of the SEND_STRING() LUTsRys Sommefeldt1-0/+62
2019-02-18Change Command keycode defaults to match corresponding Bootmagic codes (#5078)Konstantin Đorđević1-5/+6
2019-02-18Move RGBLIGHT_LIMIT_VAL definition from rgblight.c to rgblight.h (#5167)Konstantin Đorđević2-4/+3
2019-02-17Haptic feedback generalized - DRV2605 and solenoids (#4939)ishtob3-19/+50
2019-02-15Add support for using ranges for RGB (#4981)Erovia2-0/+42
2019-02-15Improve RGB Light code (#4326)Drashna Jaelre2-2/+45
2019-02-15Remove problematic unicode_map stub definition in process_unicodemap.c (#5110)Konstantin Đorđević2-3/+2
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