summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Refactor `send_extra` (#18615)Ryan2022-10-0616-107/+68
|
* quantum: led: split out led_update_ports() for customization of led ↵Thomas Weißschuh2022-10-063-22/+34
| | | | behaviour (#14452)
* Implement split comms watchdog (#18599)Dasky2022-10-0610-1/+115
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-066-0/+202
|\
| * [Keyboard] Add waffling80 Rev B (#18603)4pplet2022-10-056-0/+202
| | | | | | | | Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>
* | Fix some rp2040 hardware ID errors (#18617)Joel Challis2022-10-061-0/+3
| |
* | Fix compilation of 1upkeyboards on develop (#18618)Dasky2022-10-063-133/+132
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-051-1/+1
|\|
| * Enable mouse keys for momokai tap_trio (#18614)peepeetee2022-10-061-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-052-2/+2
|\|
| * [Keyboard] adafruit/macropad: Fix typo (#18616)Leon Anavi2022-10-052-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-0531-177/+914
|\|
| * Product changes to 1up lineup (#18382)ziptyze2022-10-0531-177/+914
| |
* | Update ChibiOS hardware ID (#18613)Joel Challis2022-10-051-2/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-051-4/+4
|\|
| * width:2 → height:2 for spacetime thumb keys (#18605)precondition2022-10-051-4/+4
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-10-0612-19/+49
|\|
| * [Keyboard] Add encoder map support for GMMK Pro (#18600)adophoxia2022-10-0512-58/+44
| |
* | Use get_u16_str instead of snprintf in autoshift_timer_report (#18606)precondition2022-10-051-6/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-0520-14/+509
|\|
| * [Keyboard] Add waffling60 Rev D ANSI Hotswap (#18579)4pplet2022-10-059-0/+233
| | | | | | | | Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>
| * [Keyboard] Add waffling60 Rev D Solder (#18580)4pplet2022-10-059-0/+260
| | | | | | | | Co-authored-by: 4pplet <4pplet@protonmail.com> Co-authored-by: 4pplet <stefan.ess@gmail.com>
| * Added new issue template for "Other issues" (#18578)Brian Choromanski2022-10-052-14/+16
| |
* | [Bug] Fix ST7565 handler deadlock (#18609)Stefan Kerkmann2022-10-051-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-0515-25/+25
|\|
| * docs: some typos (#18582)George Rodrigues2022-10-0515-25/+25
| | | | | | probably hacktoberism
* | Remove legacy locking caps/num/scroll keycodes (#18601)Ryan2022-10-054-13/+10
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-053-3/+3
|\|
| * RESET → QK_BOOT in nyhxis/nfr_70 (#18607)precondition2022-10-053-3/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-0510-0/+83
|\|
| * Fixup builds for mechlovin/infinity87. (#18604)Nick Brassel2022-10-0510-0/+83
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-051-7/+8
|\|
| * fix: ps2_interrupt.c failed to compile (#18597)Klesh Wong2022-10-051-7/+8
| |
* | 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>