summaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
* Add support for STM32F407x MCUs. (#13718)thpoll832021-08-091-0/+32
* Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (#11842)Liyang HU2021-08-072-317/+277
* Remove Full Bootmagic (#13846)James Young2021-08-065-267/+3
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-061-1/+1
|\
| * Avoid name conflicts with usb_hid Arduino code (#13870)Joel Challis2021-08-061-1/+1
* | Process combos earlier & overlapping combos (#8591)Pete Sevander2021-08-064-112/+498
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-042-2/+17
|\|
| * Add bootloader section to keyboard template (#13774)Drashna Jaelre2021-08-042-2/+17
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-031-2/+12
|\|
| * Fix overflows in WPM calculations (#13128)Joakim Tufvegren2021-08-041-2/+12
* | Move print/debug files to quantum (#12069)Joel Challis2021-08-038-0/+444
* | Unconditionally call led_init_ports (#12116)Joel Challis2021-08-031-3/+0
* | [BUG] Fix Key Override includes (#13831)Drashna Jaelre2021-08-011-1/+1
* | Minor tidy up of key overrides (#13747)Joel Challis2021-07-284-34/+12
* | matrix_scan_x -> x_task (#13748)Joel Challis2021-07-2811-29/+25
* | Align AW20216 driver (#13712)Joel Challis2021-07-271-2/+10
* | Haptic: driver-> feature (#13713)Joel Challis2021-07-256-2/+543
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-07-256-40/+7
|\|
| * 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
|\|