summaryrefslogtreecommitdiff
path: root/quantum
Commit message (Expand)AuthorAge
* Fixup Audio startup and add to documents (#13606)Drashna Jaelre2021-08-15
* Fix ifdefs for OLED split sync code (#14017)Drashna Jaelre2021-08-15
* Enable sync of OLED/ST7565 display on/off state on Splits (#13542)Drashna Jaelre2021-08-15
* Fix `combo_disable` (#13988)Pete Sevander2021-08-14
* Fix compilation issue. (#13926)Nick Brassel2021-08-09
* Add support for STM32F407x MCUs. (#13718)thpoll832021-08-09
* Refactor `quantum/command.{c,h}` for code size & {read,maintain}ability (#11842)Liyang HU2021-08-07
* Remove Full Bootmagic (#13846)James Young2021-08-06
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-06
|\
| * Avoid name conflicts with usb_hid Arduino code (#13870)Joel Challis2021-08-06
* | Process combos earlier & overlapping combos (#8591)Pete Sevander2021-08-06
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-04
|\|
| * Add bootloader section to keyboard template (#13774)Drashna Jaelre2021-08-04
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-03
|\|
| * Fix overflows in WPM calculations (#13128)Joakim Tufvegren2021-08-04
* | Move print/debug files to quantum (#12069)Joel Challis2021-08-03
* | Unconditionally call led_init_ports (#12116)Joel Challis2021-08-03
* | [BUG] Fix Key Override includes (#13831)Drashna Jaelre2021-08-01
* | Minor tidy up of key overrides (#13747)Joel Challis2021-07-28
* | matrix_scan_x -> x_task (#13748)Joel Challis2021-07-28
* | Align AW20216 driver (#13712)Joel Challis2021-07-27
* | Haptic: driver-> feature (#13713)Joel Challis2021-07-25
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-07-25
|\|
| * Refactor some platform dependent logic (#13675)Joel Challis2021-07-24
* | Avoid LTO conficts on arm_atsam (#13676)Joel Challis2021-07-24
* | Disables rgblight twinkle by default. (#13677)Nick Brassel2021-07-24
* | Retain brightness with lighting layers (#13025)Patrick Stadler2021-07-21
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-20
|\|
| * Adds Swedish Mac ISO and ANSI keymaps (#13055)Carl-Fredrik Arvidson2021-07-20
* | Switch Ergodox Infinity over to split_common (#13481)Joakim Tufvegren2021-07-19
* | Revert "Add rgblight to RGB Matrix VPATH" (#13559)Ryan2021-07-17
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-17
|\|
| * remove `RGBLIGHT_H_DUMMY_DEFINE` macro from rgblight.h (#13569)Takeshi ISHII2021-07-17
* | Move `SENDSTRING_BELL` code to `send_string.h` (#13566)Ryan2021-07-16
* | Fix LED Hit Counter for LED/RGB Matrix (#12674)Johannes Choo2021-07-16
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-16
|\|
| * remove `#include "rgblight.h"` when `defined(RGB_MATRIX_ENABLE)` from quantum...Takeshi ISHII2021-07-16
* | Dual RGB Matrix IS31FL3737 driver support to address #13442 (#13457)Chris Cullin2021-07-15
* | [Feature] Key Overrides (#11422)Jonas Gessner2021-07-13
* | Change the prototype of matrix_output_unselect_delay() (#13045)Takeshi ISHII2021-07-13
* | Fix two out of bounds accesses from #13330. (#13525)Joakim Tufvegren2021-07-12
* | Unify matrix for split common and regular matrix (#13330)Drashna Jaelre2021-07-11
* | `keymap_extras`: Remove deprecated defines (#12949)Ryan2021-07-06
* | Allow invert of SPLIT_HAND_PIN logic (#13433)Jameson Thatcher2021-07-05
* | mousekey: expose current report to users (#13069)Thomas Weißschuh2021-07-03
* | Add support for NO_PIN to all matrix types (#12238)Drashna Jaelre2021-07-03
* | Improve layer mask handling (#13065)Drashna Jaelre2021-07-03
* | Switch split_common to CRC subsystem (#13418)Stefan Kerkmann2021-07-02
* | Convert Dip Switch callbacks to boolean functions (#13399)Drashna Jaelre2021-07-01
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-07-01
|\|