summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Collapse)Author
2024-03-22Add ES_GRV to latam language-specific keycodes (#23333)JuanoD
2024-03-10Fixes for encoder abstraction. (#23195)Nick Brassel
2024-02-19Fix make clean test:os_detection (#23112)Joel Challis
2024-02-19OS Detection - Entire file should not be wrapped with ifdef (#23108)Joel Challis
2024-02-18Add encoder abstraction. (#21548)Nick Brassel
2024-02-18Update GPIO macro usages in core (#23093)Ryan
2024-02-17Removal of bootmagic lite terminology (#22979)Joel Challis
2024-02-17[Driver] ILI9486 on Quantum Painter (#18521)Pablo Martínez
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-02-17Add RGB matrix & LED Matrix support for IS31FL3729 (#21944)HorrorTroll
Co-authored-by: Xelus22 <preyas22@gmail.com> Co-authored-by: dexter93 <d3xter93@gmail.com>
2024-02-17[Core] Add OS detection callbacks (#21777)Andre Brait
2024-02-17Fix joystick initialization (#22953)Joel Challis
2024-02-17Insert delay between shifted chars in send_string_with_delay (#19280)Skyler Hawthorne
2024-02-17[QP] Native palette support for fonts (#20645)Pablo Martínez
Co-authored-by: Joel Challis <git@zvecr.com>
2024-02-17Update naming convention for GPIO control macros (#23085)Ryan
2024-02-16Workaround for `make test:all DEBUG=1` (#23047)Joel Challis
2024-02-01Remove redundant steno eeconfig init (#22680)Joel Challis
2024-01-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-30Update asymmetric debounce code comment (#22981)フィルターペーパー
2024-01-30Add missing rgb matrix default parameters (#22281)Fabien Fellay
2024-01-28Begin removal of bootmagic lite terminology (#22970)Joel Challis
2024-01-27Tidy up print/debug logging headers (#22969)Joel Challis
2024-01-26Migrate and remove deprecated debug utils (#22961)Joel Challis
2024-01-16i2c: rename read/write register functions (#22905)Ryan
2024-01-10pointing_device: motion pin define and c-format weirdness (#22802)JohSchneider
the mutual exclusive POINTING_DEVICE_MOTION_PIN and SPLIT_POINTING_ENABLE influence if and how the `pointing_device_driver.get_report` is triggered. now the way the define is wrapping around an "unbraced" if leads clang-format to weirdly indent the first line in the 'SPLIT_POINTING_ENABLE' as the first command after the if. this hints that any code addition in between the two - that possibly should run regardless, would break the if-def enabled code. this can be solved by adding a pair of curly braces in the POINTING_DEVICE_MOTION_PIN part, to clearly denote which commands are to be skipped if the motion pin shows now activity. Co-authored-by: Johannes <you@example.com>
2024-01-09Align `SPLIT_HAND_MATRIX_GRID` left/right logic with `SPLIT_HAND_PIN` (#22775)Joel Challis
2024-01-09[CI] Regenerate Files (#22872)QMK Bot
2024-01-09Solid reactive: improve fading effect (#22656)フィルターペーパー
2024-01-09Add Canadian French input locale (#21456)Nebuleon
Co-authored-by: Ryan <fauxpark@gmail.com>
2024-01-09Ignore space cadet key release when caps word is active (#21721)Paul Landers
2024-01-09MIDI sustain effect fix on qmk 0.22.2 (#22114)3araht
2024-01-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-09Fix user hook call for dynamic_macro_record_key (#22250)Kai
2024-01-09Add option for auto mouse movement threshold (#21398)Marcel Robitaille
Fixes #21396
2024-01-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-09Raise Circumflex from the grave in sendstring_french.h (#22285)Magne Lauritzen
2024-01-04Regenerate Files (#22821)QMK Bot
2024-01-04LED drivers: rename "simple" to "mono" (#22814)Ryan
2024-01-02Remove IS31FLCOMMON code (#22800)Ryan
2024-01-01LED drivers: extract IS31FL3746A from IS31COMMON (#22637)Ryan
2024-01-01LED drivers: extract IS31FL3745 from IS31COMMON (#22636)Ryan
2024-01-01LED drivers: extract IS31FL3743A from IS31COMMON (#22635)Ryan
2024-01-01Update copyright year on generated files (#22795)QMK Bot
2024-01-01LED drivers: extract IS31FL3742A from IS31COMMON (#22620)Ryan
2023-12-24Remove redundant audio eeconfig init (#22736)Joel Challis
2023-12-24Align location of tap dance keycode (#22742)Joel Challis
2023-12-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-12-21[Bugfix] Manipulate deferred executor slot only if tokens match (#22722)Nick Brassel
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan
2023-12-20Rename `LED_DISABLE_WHEN_USB_SUSPENDED` -> `LED_MATRIX_SLEEP` (#22681)Ryan
2023-12-18Update keyboard LED driver configs (#22638)Ryan