summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-051-3/+3
|\
| * Add C++ prerequisite for Fedora. (#18602)Nick Brassel2022-10-051-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-0510-0/+440
|\|
| * [Keyboard] Add Nyhxis NFR-70 keyboard (#17562)Jesper Severinsen2022-10-0410-0/+440
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-051-0/+1
|\|
| * [Docs] Add a note about the print function. (#17737)Kim Minjong2022-10-041-0/+1
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-057-0/+199
|\|
| * [Keyboard] Twig50 (#18085)nodatk2022-10-047-0/+199
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-051-1/+1
|\|
| * [Docs] Clarify how to use the bootloader LED for rp2040 (#18585)Conor Burns2022-10-041-1/+1
| |
* | Remove lingering DRIVER_LED_TOTAL references (#18594)jack2022-10-052-2/+2
| |
* | Fixup linworks/fave84h (#18593)jack2022-10-052-6/+6
| |
* | onekey: Enable ADC for STM32F072 Discovery (#18592)Ryan2022-10-053-0/+6
| |
* | Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-04218-1271/+1430
| | | | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Refactor more host code (programmable button & digitizer) (#18565)Ryan2022-10-057-50/+30
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-041-1/+1
|\|
| * Bump anothrNick/github-tag-action from 1.51.0 to 1.52.0 (#18590)dependabot[bot]2022-10-051-1/+1
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-041-1/+1
|\|
| * define `oled_write_ln_P` as `oled_write_ln` for non-AVR MCUs (#18589)Less/Rikki2022-10-051-1/+1
| |
* | [Core] RP2040: use built-in integer hardware divider and optimized i64 ↵Stefan Kerkmann2022-10-041-220/+31
| | | | | | | | multiplication (#18464)
* | [Core] PWM Backlight for RP2040 (#17706)Stefan Kerkmann2022-10-0414-22/+107
| |
* | [Bug] RP2040: only clear RX FIFO for serial pio driver clear (#18581)Stefan Kerkmann2022-10-041-3/+4
| |
* | [Core] rewrite locking in split transaction handlers (#18417)Stefan Kerkmann2022-10-051-33/+88
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-041-1/+4
|\|
| * [Docs] Clarify CAPS_WORD behaviors (#18137)mmccoyd2022-10-031-1/+4
| | | | | | | | | | Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-044-60/+62
|\|
| * Added new issue templates for feature requests and bug reports (#18576)Brian Choromanski2022-10-044-60/+62
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-031-1/+1
|\|
| * Bump anothrNick/github-tag-action from 1.50.0 to 1.51.0 (#18575)dependabot[bot]2022-10-041-1/+1
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | [Bug] Update ChibiOS-Contrib for USB IRQ and bus handling fixes (#18574)Stefan Kerkmann2022-10-031-0/+0
| |
* | [Core] Serial-protocol: always clear receive queue on main half of split ↵Stefan Kerkmann2022-10-031-8/+4
| | | | | | | | keyboard (#18419)
* | Fix layer switching from tap dances by redoing the keymap lookup (#17935)Sergey Vlasov2022-10-038-5/+874
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-035-1/+211
|\|
| * Adds Anne Pro 2 c18 ISO variant support (#18154)Johns2022-10-035-1/+211
| |
* | Prevent tap dance from wiping dynamic macros (#17880)Jason Ken Adhinarta2022-10-031-8/+14
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-037-0/+255
|\|
| * add rart60 (#18570)Alabahuy2022-10-037-0/+255
| | | | | | * add rart60
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-033-2/+4
|\|
| * `:flash`: print bootloader (#18569)Ryan2022-10-033-2/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-0227-0/+974
|\|
| * Add `tzarc/ghoul`. (#18562)Nick Brassel2022-10-0327-0/+974
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | [Core] ChibiOS: Fix USB bus disconnect handling (#18566)Stefan Kerkmann2022-10-022-1/+3
| |
* | Reverse keymap search order (#18449)Ryan2022-10-013-16/+41
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-019-7/+171
|\|
| * [Keyboard] Add Uni v4 keyboard (#18280)Peter Park2022-10-019-7/+171
| | | | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Peter Park <peter@Peters-MacBook-Air.local>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-0131-90/+540
|\|
| * [Keyboard] Add waffling60 Rev D ISO Hotswap (#18372)4pplet2022-10-0131-90/+540
| | | | | | | | Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>
* | RESET -> QK_BOOT user keymaps (#18560)Joel Challis2022-10-0115-15/+15
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-018-8/+8
|\|
| * Remove more RESET keycode references (#18559)Joel Challis2022-10-018-8/+8
| |