| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add classic48 keyboard (#25492) | Pablo Jiménez Mateo | 2025-11-02 | 4 | -0/+275 |
| | | | | | Co-authored-by: Pablo Jimenez Mateo <pablojimenezmateo@gmail.com> | ||||
| * | Add TRKeyboard TRK2 keyboard (#25754) | Tvrd Rad Keyboards | 2025-11-02 | 4 | -0/+180 |
| | | | | | | Co-authored-by: Jack Sangdahl <jack@pngu.org> Co-authored-by: Joel Challis <git@zvecr.com> | ||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-11-02 | 8 | -0/+396 |
| |\ | |||||
| | * | Sofle pico (#25750) | Nes (Jordan) | 2025-11-02 | 8 | -0/+396 |
| | | | |||||
| * | | making flowtap timer public so it can be used easily with combos (#25731) | Nimish Gåtam | 2025-11-02 | 2 | -0/+17 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-10-30 | 4 | -0/+169 |
| |\| | |||||
| | * | [Keyboard] Add Cornifi keyboard (#25753) | Félix | 2025-10-30 | 4 | -0/+169 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-10-30 | 4 | -0/+294 |
| |\| | |||||
| | * | Add M4m5 support (#25499) | SneakboxKB | 2025-10-30 | 4 | -0/+294 |
| | | | |||||
| * | | Update ChibiOS-Contrib. (#25751) | Nick Brassel | 2025-10-28 | 1 | -0/+0 |
| | | | |||||
| * | | Restrict mouse timer activation to movement keycodes (#25716) | Aleks | 2025-10-27 | 1 | -1/+2 |
| | | | | | | | | | Co-authored-by: フィルターペーパー <76888457+filterpaper@users.noreply.github.com> | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-10-27 | 7 | -0/+520 |
| |\| | |||||
| | * | [Keyboard] Add WhirlwindFX ElementV2 (#25356) | aedanmills | 2025-10-27 | 7 | -0/+520 |
| | | | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> | ||||
| * | | Fix RGB matrix not syncing and turning off properly on timeout (#25467) | Filios92 | 2025-10-27 | 2 | -28/+36 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-10-23 | 1 | -14/+14 |
| |\| | |||||
| | * | Fix hhkb/jp - Restore previous matrix locations (#25724) | Joel Challis | 2025-10-23 | 1 | -14/+14 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-10-23 | 8 | -0/+214 |
| |\| | |||||
| | * | [Keyboard] Add support Tyson60 (#25702) | Thanh Son Tran | 2025-10-23 | 8 | -0/+214 |
| | | | | | | | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Trần Thanh Sơn <son.tt1@teko.vn> | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-10-22 | 1 | -2/+2 |
| |\| | |||||
| | * | Fix Broken Numpad 0 on `yacobo` IBM Model M (#25742) | kay | 2025-10-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | I built three of these and was confused as to why my numpad 0 wasn't working. Eventually, I consulted this website to see the key matrix for the Model M https://sharktastica.co.uk/sims/matrix?kb=enhanced `kp_0` is in the matrix at [0, 12], not [0, 11]. Simple off by one error. I fixed this, flashed to all my keyboards, and it worked. Co-authored-by: Kay Barkbark <kay@laptop> | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-10-21 | 2 | -5/+5 |
| |\| | |||||
| | * | Bump vite from 5.4.20 to 5.4.21 in /builddefs/docsgen (#25740) | dependabot[bot] | 2025-10-21 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.20 to 5.4.21. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 5.4.21 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-10-20 | 1 | -9/+9 |
| |\| | |||||
| | * | Fix `vertex/t75` layout coordinates (#25736) | xenogear74 | 2025-10-20 | 1 | -9/+9 |
| | | | | | | | Updated the Y value for row 5. Before they were set to row 4 as well, which caused qmk configurator to overlap rows 4 and 5. | ||||
| * | | Debounce: Deprecate num_rows parameter (#25632) | フィルターペーパー | 2025-10-19 | 32 | -1112/+989 |
| | | | |||||
| * | | Fix drv haptics docs by using the correct function name (#25733) | Boudewijn van Groos | 2025-10-18 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-10-18 | 1 | -38/+72 |
| |\| | |||||
| | * | [Docs] Tap-Hold examples (#24391) | Rin Jun Kit Liu | 2025-10-18 | 1 | -38/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update tap_hold.md Minor grammar/punctuation changes; Added some more tap-hold examples; Added a link about home row mods to the reference near the end; Replaced directional quotation marks with symmetric variant, as this seem to be the only page using them; Standardised formatting of "tap-hold" (hyphenated is slightly more frequent in existing documentation, so I went with that), as well as "Mod-Tap"/"Layer-Tap". * Update docs/tap_hold.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update docs/tap_hold.md Co-authored-by: Ryan <fauxpark@gmail.com> --------- Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-10-14 | 1 | -1/+1 |
| |\| | |||||
| | * | Fix hhkb/jp layout order (#25722) | Joel Challis | 2025-10-14 | 1 | -1/+1 |
| | | | |||||
| * | | Update STM32F446 default HSE to 8MHz (#25717) | Joel Challis | 2025-10-13 | 12 | -12/+71 |
| | | | |||||
| * | | Add new macropad Sharkropad (#24961) | Marek Schmitt | 2025-10-11 | 9 | -0/+398 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-10-11 | 1 | -0/+2 |
| |\| | |||||
| | * | Align `drivers.txt` to qmk_toolbox (#25713) | Joel Challis | 2025-10-11 | 1 | -0/+2 |
| | | | |||||
| * | | Fixup `kprepublic/bm60hsrgb/rev2` (#25644) | Jack Sangdahl | 2025-10-08 | 5 | -149/+105 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Fixup kprepublic/bm60hsrgb/rev2 - Remove RGBLight configuration and throw error if RGBLight & RGB Matrix are enabled together - the WS2812 driver cannot be used for RGBLight as it is being used by this keyboard's custom RGB Matrix driver - Migrate RGB Matrix configuration to DD - Migrate default keymap to JSON - Use short SPDX license headers * Fix OOB coordinate | ||||
| * | | Fixup `kprepublic/bm60hsrgb_iso/rev2` (#25648) | Jack Sangdahl | 2025-10-08 | 6 | -152/+110 |
| | | | | | | | | | | | | | | | | | | | | | Fixup kprepublic/bm60hsrgb_iso/rev2 - Remove RGBLight configuration and throw error if RGBLight & RGB Matrix are enabled together - the WS2812 driver cannot be used for RGBLight as it is being used by this keyboard's custom RGB Matrix driver - Migrate RGB Matrix configuration to DD - Migrate default keymap to JSON - Use short SPDX license headers | ||||
| * | | Fixup `kprepublic/bm60hsrgb_poker/rev2` (#25649) | Jack Sangdahl | 2025-10-08 | 6 | -149/+103 |
| | | | | | | | | | | | | | | | | | | | | | Fixup kprepublic/bm60hsrgb/rev2 - Remove RGBLight configuration and throw error if RGBLight & RGB Matrix are enabled together - the WS2812 driver cannot be used for RGBLight as it is being used by this keyboard's custom RGB Matrix driver - Migrate RGB Matrix configuration to DD - Migrate default keymap to JSON - Use short SPDX license headers | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-10-08 | 8 | -0/+455 |
| |\| | |||||
| | * | [Keyboard] Add support Tyson65 (#25697) | Thanh Son Tran | 2025-10-08 | 8 | -0/+455 |
| | | | | | | | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Trần Thanh Sơn <son.tt1@teko.vn> | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-10-08 | 3 | -0/+200 |
| |\| | |||||
| | * | Add stardustn0 (#25681) | Navid | 2025-10-08 | 3 | -0/+200 |
| | | | |||||
| * | | [QP] Minor cleanup and support for RGB888 surface (#25706) | Pablo Martínez | 2025-10-08 | 16 | -54/+195 |
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-10-08 | 8 | -0/+451 |
| |\| | |||||
| | * | add dropout keyboard (#25645) | Enoch | 2025-10-08 | 5 | -0/+156 |
| | | | |||||
| | * | Add hnk65 (#25366) | ascYAOBT | 2025-10-08 | 3 | -0/+295 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-10-07 | 1 | -5/+4 |
| |\| | |||||
| | * | Add 'xap' branch to CI workflow and options (#25708) | Nick Brassel | 2025-10-07 | 1 | -5/+4 |
| | | | |||||
| * | | Add Royal Kludge RK61 (#25694) | Martin W. | 2025-10-06 | 7 | -0/+389 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2025-10-06 | 5 | -0/+138 |
| |\| | |||||
| | * | Add Printronics Mectechpad (#25365) | jacksaxi | 2025-10-06 | 5 | -0/+138 |
| | | | |||||