summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-154-35/+8
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-141-41/+10
|\
| * Far better VSCode intellisense support using clangd. (#20382)Nick Brassel2023-05-141-41/+10
| |
* | Add a user callback for pre process record (#20584)Albert Y2023-05-131-0/+2
| |
* | OLED Driver improvements (#20331)Drashna Jaelre2023-05-101-36/+83
| | | | | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* | [Bug] Realign and size check EECONFIG structures (#20541)Drashna Jaelre2023-05-082-14/+2
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Make Pointing Device Auto Layer more configurable (#20061)Drashna Jaelre2023-05-061-0/+4
| | | | | | | | Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
* | [Feature] Disable debug on QP's internal task (#20623)Pablo Martínez2023-05-011-12/+14
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | [Docs] Develop cleanup IS31FL3736 docs (#20633)Xelus222023-04-301-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-301-0/+69
|\|
| * Add additional options for Drag Scroll config (#20523)Alex Miller2023-04-301-0/+69
| |
* | [Core] Clean up ISSI drivers, Add IS31FL3736 support (#20572)Xelus222023-04-301-2/+76
| | | | | | | | Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
* | typing_heatmap: Add macro to configure increase steps (#20300)Jasmin2023-04-301-0/+8
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-231-1/+1
|\|
| * Update code example to match description (#20528)Albert Y2023-04-231-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-211-3/+3
|\|
| * [Docs] Fix suggested code pattern when a specific mod-mask is required. (#20512)precondition2023-04-201-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-201-1/+1
|\|
| * [Docs] Remove combo count from array (#20511)Albert Y2023-04-201-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-191-0/+35
|\|
| * Adds Docs option for ArduinoIDE's example `ArduinoISP` (#20486)Nathan Faber2023-04-191-0/+35
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-161-1/+1
|\|
| * Fix typo in `feature_wpm.md` title (#20464)LawsonStation2023-04-161-1/+1
| |
* | Encodermap direction define. (#20454)Nick Brassel2023-04-151-1/+1
| |
* | Add swap hands toggle functions (#20381)Albert Y2023-04-091-3/+8
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-071-1/+0
|\|
| * Convertors documentation: Removed duplicate table entry (#20360)Duncan Sutherland2023-04-071-1/+0
| |
* | Add layer-cycle example (#19069)Pablo Martínez2023-04-071-0/+48
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-064-12/+12
| |
* | [Chore] Remove stray mod tap interrupt defines and per key functions (#20347)Stefan Kerkmann2023-04-061-2/+0
| | | | | | | | | | * Remove stray defines and per key functions * Remove defunct get_ignore_mod_tap_interrupt declaration
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-041-28/+36
|\|
| * Add debounce time description (#20333)Albert Y2023-04-041-28/+36
| |
* | [Core] Caps Word "Invert on shift" option: pressing Shift inverts the ↵Pascal Getreuer2023-04-041-0/+20
| | | | | | | | | | | | shift state. (#20092) Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-031-32/+24
|\|
| * Use table for debounce algorithm description (#20322)Albert Y2023-04-041-32/+24
| |
* | Add core/fallback encoder behaviour (#20320)jack2023-04-031-7/+7
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2023-04-032-0/+3
|\|
| * PR checklist: keyboard updates must go to `develop` (#20323)Ryan2023-04-031-0/+1
| |
| * Suggest `qmk list-keyboards` when testing build environment (#19471)Julius Degesys2023-04-031-0/+2
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-032-2/+2
| |
* | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-035-117/+10
| |
* | Add direction to dynamic_macro_record_start_user (#19689)Johannes H. Jensen2023-04-032-2/+2
| |
* | Added PMW3320 driver (#19543)Vladislav Marchenko2023-04-031-0/+18
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-031-10/+43
|\|
| * Add recommendations for VSCode intellisense (#19402)Woongbin Kang2023-04-031-10/+43
| |
* | Fixup Pointing device functions (#20311)Drashna Jaelre2023-04-011-2/+2
| |
* | WS2812 driver improvements (#20262)Ryan2023-03-301-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-231-16/+16
|\|
| * [Documentation] Pointing device minor rewrite (#19641)Pablo Martínez2023-03-231-16/+16
| |
* | Sync activity timestamps between sides. (#20192)Nick Brassel2023-03-211-0/+6
| | | | | | | | Co-authored-by: Stefan Kerkmann <karlk90@pm.me>