aboutsummaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
* [Keymap] Pvinis master (#5843)Pavlos Vinieratos2019-05-141-17/+16
* Added check for event pressed to clear space cadet (#5839)XScorpion22019-05-111-5/+7
* Fix for Solid Reactive mode bug (#5846)XScorpion22019-05-111-1/+0
* RGB Matrix Effects: Cycle Out to In & Cycle Out to In Dual (#5812)XScorpion22019-05-103-0/+48
* Cleanup/rgb matrix (#5811)XScorpion22019-05-1026-396/+214
* Norman layout for the minidox keyboard (#5747)Torben Hoffmann2019-05-092-0/+93
* RGB Matrix Typing Heatmap (#5786)XScorpion22019-05-074-15/+119
* rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part ...XScorpion22019-05-0722-71/+53
* [Split] fix split_common i2c backlight disabling (#3886)Rainer Clasen2019-05-071-3/+2
* [Keyboard] Sol keyboard conversion to split common (#5773)XScorpion22019-05-062-19/+6
* Space Cadet: Reducing unnecessary reported keypresses (#5781)XScorpion22019-05-052-18/+23
* Fix up ps2avrgb templates (#5606)MechMerlin2019-05-033-6/+5
* New keycode macro (XP) for shifted character pairs using UNICODEMAP + bug fix...Konstantin Đorđević2019-05-037-37/+69
* Add DFU Suffix for ARM boards (#5763)Drashna Jaelre2019-05-032-0/+2
* If RGBLIGHT_EFFECT_BREATHE_CENTER is undefined, use fixed breathe table inste...Takeshi ISHII2019-05-024-3/+135
* Adjusted the linear led table and hsv_to_rgb to better handle 255 hue (#5739)XScorpion22019-05-012-33/+24
* Simple fix for selecting which tracked key press to work off of for simple re...XScorpion22019-05-012-2/+4
* rgblight 255 hue (#5547)XScorpion22019-05-013-178/+81
* Fixing incorrect usage of RGBLED_NUM in ws2812 driver when used with RGB Matr...XScorpion22019-05-011-2/+2
* Implement kb function for rgb matrix to led lookup (#5738)XScorpion22019-04-301-1/+6
* Simple extended space cadet (#5277)XScorpion22019-04-295-120/+186
* Updated rgb_led struct field modifier to flags (#5619)XScorpion22019-04-2923-61/+79
* RGB Matrix: Custom effects on a kb/user level (#5338)Daniel Prilik2019-04-292-6/+49
* Fix sendstring "#" producing "£" instead (#5724)fauxpark2019-04-271-2/+2
* add RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS; to rgblight_update_dword()mtei2019-04-241-0/+1
* add RGBLIGHT_SPLIT_SET_CHANGE_MODEHSVS; to eeconfig_update_rgblight_default()mtei2019-04-241-1/+4
* [FIX] Misspelled RGB_YELLOW (#5692)Rockman182019-04-231-1/+1
* RGB Matrix Animations: Three/six new reactive effects (wide, cross, nexus) (#...M-AS2019-04-225-0/+191
* Fix #3566 use an hardware timer for software PWM stability (#3615)Brice Figureau2019-04-222-43/+217
* Define RGB colors (#5300)Erovia2019-04-222-94/+147
* OLED Driver FeatureRyan Caltabiano2019-04-202-0/+17
* Change split_common to use RGBLIGHT_SPLIT (#5509)Takeshi ISHII2019-04-193-74/+130
* Add function to support split-keyboard in rgblight.[ch]. (#5020)Takeshi ISHII2019-04-193-208/+383
* Use auto output for Adafruit BLE (#4131)Mike Roberts2019-04-191-0/+3
* [core] Fix for eager_pr #5643Alex Ong2019-04-181-1/+2
* Eager pk/pr optimization (#5621)Alex Ong2019-04-152-91/+72
* Features/ws2812 matrix driver (#5418)XScorpion22019-04-143-2/+29
* fix combo enabling logic (#5610)Bob2019-04-141-2/+2
* Change table namesDrashna Jaelre2019-04-122-5/+5
* Cleanup codeDrashna Jaelre2019-04-121-13/+3
* Make send_char multilined for readaabilityDrashna Jaelre2019-04-121-8/+20
* Clean up some of the codeDrashna Jaelre2019-04-122-3/+3
* Add AltGr/RALT support to Send StringDrashna Jaelre2019-04-121-9/+34
* Update ps2avrgb readme template (#5584)noroadsleft2019-04-111-5/+5
* Port DIRECT_PINS from split_common/matrix.c to matrix.c (#5091)zvecr2019-04-111-90/+99
* Adds the Planck EZ, 3737 RGB, fixes out-of-tune notes (#5532)Jack Humbert2019-04-085-11/+31
* Switch process_combo to using global register and timer (#2561)Bob2019-04-082-124/+148
* [Keyboard] Refactor jj40 to current standards (#5574)zvecr2019-04-081-0/+7
* Fixed tap/down/up handling in dynamic keymap macros (#5363)Drashna Jaelre2019-04-073-11/+23
|\
| * Added SS_TAP_CODE, SS_DOWN_CODE, SS_UP_CODEWilba65822019-03-303-7/+11