summaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
...
| * Refactor some platform dependent logic (#13675)Joel Challis2021-07-246-40/+7
* | Avoid LTO conficts on arm_atsam (#13676)Joel Challis2021-07-241-1/+1
* | Disables rgblight twinkle by default. (#13677)Nick Brassel2021-07-241-1/+0
* | Retain brightness with lighting layers (#13025)Patrick Stadler2021-07-211-0/+7
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-204-0/+958
|\|
| * Adds Swedish Mac ISO and ANSI keymaps (#13055)Carl-Fredrik Arvidson2021-07-204-0/+958
* | Switch Ergodox Infinity over to split_common (#13481)Joakim Tufvegren2021-07-191-1/+1
* | Revert "Add rgblight to RGB Matrix VPATH" (#13559)Ryan2021-07-171-1/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-171-100/+96
|\|
| * remove `RGBLIGHT_H_DUMMY_DEFINE` macro from rgblight.h (#13569)Takeshi ISHII2021-07-171-100/+96
* | Move `SENDSTRING_BELL` code to `send_string.h` (#13566)Ryan2021-07-162-3/+8
* | Fix LED Hit Counter for LED/RGB Matrix (#12674)Johannes Choo2021-07-162-2/+2
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-161-4/+0
|\|
| * remove `#include "rgblight.h"` when `defined(RGB_MATRIX_ENABLE)` from quantum...Takeshi ISHII2021-07-161-4/+0
* | Dual RGB Matrix IS31FL3737 driver support to address #13442 (#13457)Chris Cullin2021-07-151-2/+13
* | [Feature] Key Overrides (#11422)Jonas Gessner2021-07-136-3/+714
* | Change the prototype of matrix_output_unselect_delay() (#13045)Takeshi ISHII2021-07-133-4/+7
* | Fix two out of bounds accesses from #13330. (#13525)Joakim Tufvegren2021-07-121-2/+2
* | Unify matrix for split common and regular matrix (#13330)Drashna Jaelre2021-07-112-348/+125
* | `keymap_extras`: Remove deprecated defines (#12949)Ryan2021-07-0623-925/+1
* | Allow invert of SPLIT_HAND_PIN logic (#13433)Jameson Thatcher2021-07-051-0/+4
* | mousekey: expose current report to users (#13069)Thomas Weißschuh2021-07-032-5/+8
* | Add support for NO_PIN to all matrix types (#12238)Drashna Jaelre2021-07-032-28/+104
* | Improve layer mask handling (#13065)Drashna Jaelre2021-07-032-5/+5
* | Switch split_common to CRC subsystem (#13418)Stefan Kerkmann2021-07-021-16/+1
* | Convert Dip Switch callbacks to boolean functions (#13399)Drashna Jaelre2021-07-012-8/+8
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-0157-1027/+1027
|\|
| * Cleanup junk chars, part 4 (#13345)Ryan2021-07-0157-1027/+1027
* | Adds support for STM32L412xB, STM32L422xB. (#13383)Nick Brassel2021-06-301-0/+34
* | Relocate RGB/HSV color defs to a more fitting place (#13377)Ryan2021-06-292-44/+56
* | Move RGBLight code into its own folder (#13312)Ryan2021-06-285-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-233-4/+4
|\|
| * Fix zero condition of reactive runners that will suspend RGB animation (#12710)Albert Y2021-06-233-4/+4
* | Remove rgblight stubs (#13302)Ryan2021-06-232-40/+0
* | Move LED/RGB Matrix code into their own directories (#13257)Ryan2021-06-2279-94/+96
* | Skip EEPROM writes once done. (#13293)Nick Brassel2021-06-222-0/+2
* | Remove dfu-util arguments from mcu_selection (#13150)Ryan2021-06-211-40/+0
* | Add sync_timer support over serial_link (i.e. Ergodox Infinity) (#12845)Joakim Tufvegren2021-06-191-0/+22
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-201-6/+14
|\|
| * Add Mac centric Shift and Alt + GUI Macros (#13107)Albert Y2021-06-191-6/+14
* | RGB Matrix eeprom write limiting (#13238)XScorpion22021-06-192-28/+32
* | Extensible split data sync (#11930)Nick Brassel2021-06-187-420/+1062
* | Add CRC8 calculation subsystem to quantum (#12641)Stefan Kerkmann2021-06-182-0/+103
* | Limit saturation for RGB_MATRIX_JELLYBEAN_RAINDROPS (#12669)Albert Y2021-06-161-1/+1
* | Add asym_eager_defer_pk debounce type (#12689)Simon Arlott2021-06-164-1/+552
* | Add ST7565 LCD driver (#13089)Ryan2021-06-101-0/+4
* | Fix RGB/LED Suspend defines (#13146)Drashna Jaelre2021-06-092-8/+0
* | GMMK Pro RGB Support (#13147)Gigahawk2021-06-102-0/+18
* | Avoid 8-bit timer overflows in debounce algorithms (#12240)Simon Arlott2021-06-0914-87/+1508
* | Use single memcmp to determine if matrix changed. (#13064)Nick Brassel2021-06-092-78/+62