aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Move Planck EZ to ZSA vendor folder (#23917)Drashna Jaelre2024-08-1416-387/+415
|
* Refactor starlight RGB matrix effects (#24202)フィルターペーパー2024-08-143-14/+17
| | | | | | * Use unsigned integers * Use lib8tion random8 function * Test for valid LED flags * Use rgb_matrix_hsv_to_rgb function
* Refactor riverflow RGB matrix loop (#24203)フィルターペーパー2024-08-141-1/+1
| | | Check for LED flags at the start of loop to skip early
* Fix NKRO and Mouse Emulation on arm_atsam (#23945)Izumemori2024-08-131-1/+17
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2024-08-121-3/+0
|\
| * Remove debugging prints. (#24271)Nick Brassel2024-08-121-3/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-08-1217-159/+372
|\|
| * Userspace: add support for adding environment variables during build (#22887)Nick Brassel2024-08-1217-159/+372
| |
* | Remove handling of keyboard level keymap templates (#24234)Joel Challis2024-08-122-47/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-08-121-12/+8
|\|
| * ChibiOS update script updates. (#24267)Nick Brassel2024-08-121-12/+8
| |
* | Remove keyboard level `QK_BOOT` implementations (#24231)Joel Challis2024-08-109-82/+63
| |
* | Fixup `handwired/dactyl_minidox` (#24253)jack2024-08-0715-806/+75
| | | | | | | | | | | | | | | | | | | | | | * Initial * Fix missing bracket * Fix keymap name * Fix rgb matrix coordinates * Remove unncessary centre point
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-08-073-6/+7
|\|
| * Add extra compatibility to Sat75 HS PCB (#24156)Andrew Kannan2024-08-073-6/+7
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-08-071-0/+125
|\|
| * JJ50 v2 Support (#24212)stephen7762024-08-071-0/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | * add support for JJ50 V2 PCB * fix bootloader config * update mousekey setting * run format-json --------- Co-authored-by: Steve Jacobs <sjacobs@truefit.io>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-08-075-0/+293
|\|
| * Add support for bunnygirl65 (#24244)Sắn2024-08-075-0/+293
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for bunnygirl65 * Update keyboard.json * Update keymap.c * Update keymap.c * Update keyboards/sawnsprojects/bunnygirl65/readme.md Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/sawnsprojects/bunnygirl65/keyboard.json Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/sawnsprojects/bunnygirl65/keyboard.json --------- Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <jack@pngu.org>
* | Refactor printedpad (#24236)Joel Challis2024-08-047-77/+88
| |
* | Refactor orthocode (#24237)Joel Challis2024-08-042-71/+0
| |
* | Small tweaks to keymap generation (#24240)Ryan2024-08-043-9/+5
| |
* | Fixup changelog entry path.Nick Brassel2024-08-041-0/+0
| |
* | Remove unnecessary RGB Matrix shutdown hooks (#24238)Joel Challis2024-08-0426-230/+10
| |
* | `hs60/v1`: separate into ANSI and ISO revisions (#24136)Ryan2024-08-0416-508/+547
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-08-038-0/+271
|\|
| * Add Void65h (#24183)eason2024-08-048-0/+271
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-08-036-91/+214
|\|
| * `atlantis/ak81_ve`: move RGB Matrix LED config to data driven (#24115)Ryan2024-08-043-50/+117
| |
| * `handwired/p65rgb`: move RGB Matrix LED config to data driven (#24124)Ryan2024-08-043-41/+97
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-08-033-0/+121
|\|
| * FX19 Support (#24220)Christian Greene2024-08-033-0/+121
| |
* | Refactor opendeck/32 (#24233)Joel Challis2024-08-035-112/+44
| |
* | Remove `handwired/pytest/has_template` (#24232)Ryan2024-08-039-78/+87
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-07-315-0/+268
|\|
| * [Keyboard] Add archerkeyboard/desire65 (#23776)akyp2024-07-315-0/+268
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-07-301-0/+19
|\|
| * cipulot/ec_60x: Fix VIA layout options (#24217)Cipulot2024-07-301-0/+19
| | | | | | This fixes the issue of one layout option not being applied correctly because it was out of bound.
* | Eliminate use of `#include "../default/keymap.c"`. (#24215)Nick Brassel2024-07-3021-21/+1295
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-07-281-5/+0
|\|
| * Remove AVR GCC version warning (#24206)Dasky2024-07-281-5/+0
| |
* | Refactor use of `matrix_scan_kb` (#24200)Joel Challis2024-07-2624-164/+20
| |
* | Remove duplicate calls to `housekeeping_task_user` (#24201)Joel Challis2024-07-268-13/+0
| |
* | refactor: keyboard/ncr80/r2 (#22670)Less/Rikki2024-07-2620-635/+1411
| | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-07-261-1/+1
|\|
| * Fix Reverb lockup when using GCC14 (#24199)Dasky2024-07-261-1/+1
| |
* | Rename promicro_rp2040 converter to sparkfun_pm2040 (#24192)Dasky2024-07-255-4/+25
| |
* | Remove split.transport.protocol=serial (#24191)Joel Challis2024-07-246-10/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-07-241-0/+6
|\|
| * [CLI] Only generate files if contents change. (#24038)Nick Brassel2024-07-241-0/+6
| | | | | | Don't overwrite if the content doesn't change.