summaryrefslogtreecommitdiffstats
path: root/quantum
AgeCommit message (Expand)AuthorFilesLines
2019-05-04Fix up ps2avrgb templates (#5606)MechMerlin3-6/+5
2019-05-03New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fix...Konstantin Đorđević7-37/+69
2019-05-03Add DFU Suffix for ARM boards (#5763)Drashna Jaelre2-0/+2
2019-05-02If RGBLIGHT_EFFECT_BREATHE_CENTER is undefined, use fixed breathe table inste...Takeshi ISHII4-3/+135
2019-05-02Adjusted the linear led table and hsv_to_rgb to better handle 255 hue (#5739)XScorpion22-33/+24
2019-05-01Simple fix for selecting which tracked key press to work off of for simple re...XScorpion22-2/+4
2019-05-01rgblight 255 hue (#5547)XScorpion23-178/+81
2019-05-01Fixing incorrect usage of RGBLED_NUM in ws2812 driver when used with RGB Matr...XScorpion21-2/+2
2019-04-30Implement kb function for rgb matrix to led lookup (#5738)XScorpion21-1/+6
2019-04-30Simple extended space cadet (#5277)XScorpion25-120/+186
2019-04-30Updated rgb_led struct field modifier to flags (#5619)XScorpion223-61/+79
2019-04-29RGB Matrix: Custom effects on a kb/user level (#5338)Daniel Prilik2-6/+49
2019-04-27Fix sendstring "#" producing "£" instead (#5724)fauxpark1-2/+2
2019-04-24add RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS; to rgblight_update_dword()mtei1-0/+1
2019-04-24add RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS; to eeconfig_update_rgblight_default()mtei1-1/+4
2019-04-24[FIX] Misspelled RGB_YELLOW (#5692)Rockman181-1/+1
2019-04-22RGB Matrix Animations: Three/six new reactive effects (wide, cross, nexus) (#...M-AS5-0/+191
2019-04-22Fix #3566 use an hardware timer for software PWM stability (#3615)Brice Figureau2-43/+217
2019-04-22Define RGB colors (#5300)Erovia2-94/+147
2019-04-20OLED Driver FeatureRyan Caltabiano2-0/+17
2019-04-20Change split_common to use RGBLIGHT_SPLIT (#5509)Takeshi ISHII3-74/+130
2019-04-20Add function to support split-keyboard in rgblight.[ch]. (#5020)Takeshi ISHII3-208/+383
2019-04-19Use auto output for Adafruit BLE (#4131)Mike Roberts1-0/+3
2019-04-19[core] Fix for eager_pr #5643Alex Ong1-1/+2
2019-04-15Eager pk/pr optimization (#5621)Alex Ong2-91/+72
2019-04-15Features/ws2812 matrix driver (#5418)XScorpion23-2/+29
2019-04-14fix combo enabling logic (#5610)Bob1-2/+2
2019-04-12Change table namesDrashna Jaelre2-5/+5
2019-04-12Cleanup codeDrashna Jaelre1-13/+3
2019-04-12Make send_char multilined for readaabilityDrashna Jaelre1-8/+20
2019-04-12Clean up some of the codeDrashna Jaelre2-3/+3
2019-04-12Add AltGr/RALT support to Send StringDrashna Jaelre1-9/+34
2019-04-12Update ps2avrgb readme template (#5584)noroadsleft1-5/+5
2019-04-11Port DIRECT_PINS from split_common/matrix.c to matrix.c (#5091)zvecr1-90/+99
2019-04-09Adds the Planck EZ, 3737 RGB, fixes out-of-tune notes (#5532)Jack Humbert5-11/+31
2019-04-08Switch process_combo to using global register and timer (#2561)Bob2-124/+148
2019-04-08[Keyboard] Refactor jj40 to current standards (#5574)zvecr1-0/+7
2019-04-08Fixed tap/down/up handling in dynamic keymap macros (#5363)Drashna Jaelre3-11/+23
2019-04-06Fix bugs that cause compile failures when enabling only some animations.Lenbok2-1/+2
2019-04-05Custom Tapping Term per key (#5009)Drashna Jaelre2-10/+24
2019-04-05Update ps2avrgb template to use standard matrix/i2c code (#4957)James Churchill7-270/+99
2019-04-04RGB Matrix support for Massdrop CTRL/ALT (#5328)Daniel Prilik2-3/+27
2019-04-04Added encoder support to split common code (#5477)XScorpion24-19/+106
2019-04-03Eager Per Row Debouncing added (added to Ergodox) (#5498)Alex Ong2-1/+101
2019-04-03RGB Matrix Overhaul (#5372)XScorpion223-887/+1091
2019-04-02Added some new songs (#5525)DDRnJn1-0/+79
2019-03-30Added SS_TAP_CODE, SS_DOWN_CODE, SS_UP_CODEWilba65823-7/+11
2019-03-29Fixing dead links (#5503)Brian Choromanski1-1/+1
2019-03-25Added songs from Nier and Nier AutomataDDRnJn1-0/+85
2019-03-24Add support for RGB LEDs wired directly to each half's controller (#5392)Danny4-29/+55