summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Expand)Author
2021-07-03mousekey: expose current report to users (#13069)Thomas Weißschuh
2021-07-03Add support for NO_PIN to all matrix types (#12238)Drashna Jaelre
2021-07-03Improve layer mask handling (#13065)Drashna Jaelre
2021-07-02Switch split_common to CRC subsystem (#13418)Stefan Kerkmann
2021-07-01Convert Dip Switch callbacks to boolean functions (#13399)Drashna Jaelre
2021-07-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-01Cleanup junk chars, part 4 (#13345)Ryan
2021-06-30Adds support for STM32L412xB, STM32L422xB. (#13383)Nick Brassel
2021-06-29Relocate RGB/HSV color defs to a more fitting place (#13377)Ryan
2021-06-28Move RGBLight code into its own folder (#13312)Ryan
2021-06-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-23Fix zero condition of reactive runners that will suspend RGB animation (#12710)Albert Y
2021-06-23Remove rgblight stubs (#13302)Ryan
2021-06-22Move LED/RGB Matrix code into their own directories (#13257)Ryan
2021-06-22Skip EEPROM writes once done. (#13293)Nick Brassel
2021-06-21Remove dfu-util arguments from mcu_selection (#13150)Ryan
2021-06-19Add sync_timer support over serial_link (i.e. Ergodox Infinity) (#12845)Joakim Tufvegren
2021-06-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-19Add Mac centric Shift and Alt + GUI Macros (#13107)Albert Y
2021-06-19RGB Matrix eeprom write limiting (#13238)XScorpion2
2021-06-18Extensible split data sync (#11930)Nick Brassel
2021-06-18Add CRC8 calculation subsystem to quantum (#12641)Stefan Kerkmann
2021-06-16Limit saturation for RGB_MATRIX_JELLYBEAN_RAINDROPS (#12669)Albert Y
2021-06-16Add asym_eager_defer_pk debounce type (#12689)Simon Arlott
2021-06-10Add ST7565 LCD driver (#13089)Ryan
2021-06-09Fix RGB/LED Suspend defines (#13146)Drashna Jaelre
2021-06-10GMMK Pro RGB Support (#13147)Gigahawk
2021-06-09Avoid 8-bit timer overflows in debounce algorithms (#12240)Simon Arlott
2021-06-09Use single memcmp to determine if matrix changed. (#13064)Nick Brassel
2021-06-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-06-09Fix Bug with (RGB|LED)_DISABLE_WHEN_USB_SUSPENDED define (#13060)Drashna Jaelre
2021-06-01Add weak refs on reading rows/cols. (#13062)Nick Brassel
2021-05-292021 May 29 Breaking Changes Update (#13034)James Young
2021-05-29run: qmk cformat --core-onlyJames Young
2021-05-28`backlight.c`: include `eeprom.h` (#13024)Ryan
2021-05-26Backlight: add defines for default level and breathing state (#12560)Ryan
2021-05-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-26Keyboard: Planck THK (#12597)Erovia
2021-05-21Convert Encoder callbacks to be boolean functions (#12805)Drashna Jaelre
2021-05-21Add support for up to 4 IS31FL3733 drivers (#12342)Donald Kjer
2021-05-20matrix: wait for row signal to go HIGH for every row (#12945)Michael Stapelberg
2021-05-16Add function to allow repeated blinking of one layer (#12237)Matthes W
2021-05-14Fix spelling mistake regarding LED Matrix in split_common. (#12888)Joakim Tufvegren
2021-05-13Rename `point_t` -> `led_point_t` (#12864)Ryan
2021-05-11Remove KEYMAP and LAYOUT_kc (#12160)Zach White
2021-05-11LED Matrix: Effects! (#12651)Ryan
2021-05-10Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-10Improve EEPROM defaults for Dynamic Keymaps (#12853)Drashna Jaelre
2021-05-02[CI] Format code according to conventions (#12772)github-actions[bot]
2021-05-01Fixing transport's led/rgb matrix suspend state logic (#12770)XScorpion2