summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-012-4/+4
|\|
| * Djinn theme, allow force redraws (#18558)Nick Brassel2022-10-012-4/+4
| |
* | Fix comment of CM_QUES (Colemak question mark) (#18557)precondition2022-10-011-1/+1
| | | | | | `#define CM_QUES S(CM_SLSH) // /` → `#define CM_QUES S(CM_SLSH) // ?`
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-011-3/+2
|\|
| * onekey: fix quine keymap (#18555)Ryan2022-10-011-3/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-306-0/+155
|\|
| * [Keyboard] Add Little Big Scroll 4 macropad (#18516)Markus Knutsson2022-09-306-0/+155
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-304-0/+736
|\|
| * [Keymap] corne layout with mac/linux text editing shortcuts (#18374)nimishgautam2022-09-304-0/+736
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-309-173/+85
|\|
| * Fixup keebio/sinc (#18551)jack2022-09-309-173/+85
| |
* | Fixup controllerworks/mini42 (#18553)jack2022-09-304-47/+5
| | | | | | fix up stuff by waffle
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-304-43/+489
|\|
| * Smith and Rune Iron 165R2 Refactor (#18552)James Young2022-09-304-43/+489
| | | | | | by noroadsleft