Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-25 | Implement UF2 device type id extension tag (#21029) | Joel Challis | |
2023-05-25 | [Bug][Keyboard] Fix key display on Corne OLED (#21044) | Drashna Jaelre | |
2023-05-24 | qmk info - Remove printing of "Keyboard Folder" (#21033) | Joel Challis | |
2023-05-24 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-05-24 | Add encoder map FoldKB in VIA (#21038) | Danny | |
2023-05-24 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-05-24 | Removed unneeded layers from xyverz keymaps (#21008) | Xyverz | |
2023-05-22 | Duplicate board files for blok converter (#20629) | Joel Challis | |
* Duplicate board files for blok converter * Swap converters board file too * Update platforms/chibios/boards/QMK_BLOK/configs/board.h | |||
2023-05-22 | Update json2c to use dump_lines (#21013) | Joel Challis | |
2023-05-22 | Remove HHKB RN42 code (#21007) | Ryan | |
2023-05-21 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-05-21 | Use wayback machine for unreachable site (#20987) | Bodo Graumann | |
2023-05-21 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-05-21 | [Keyboard] Added Support for trainpad (#20973) | Ananya Kirti | |
* Added Support for trainpad added support for trainpad * corrected capitalisation corrected capitalisation * Update keyboards/trainpad/keymaps/via/keymap.c * Update keyboards/trainpad/info.json * Update keyboards/trainpad/keymaps/default/keymap.c * Update readme.md updated readme to remove handwire, and corrected number of keys * removed config.h, trainpad.c and trainpad.h removed config.h, trainpad.c and trainpad.h * updated readme upadted readme to correct capitalisation * Update keyboards/trainpad/info.json * Update keyboards/trainpad/info.json * Update keyboards/trainpad/rules.mk * updated Readme updated Readme * Update keyboards/trainpad/readme.md | |||
2023-05-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-05-20 | `qmk generate-make-dependencies` improvements (#21001) | Nick Brassel | |
* Recommendations from @sigprof * Fix CI tests | |||
2023-05-20 | [Bug] Fix issue with Repeat Key-Combo test (#21005) | Drashna Jaelre | |
2023-05-20 | rart/rart80:via: restore rules.mk after #20334 (#21002) | Sergey Vlasov | |
PR #20334 accidentally removed the `rules.mk` file from the `via` keymap for `rart/rart80`; restore that file. | |||
2023-05-20 | [Core] Add Repeat Key ("repeat last key") as a core feature. (#19700) | Pascal Getreuer | |
Co-authored-by: casuanoob <96005765+casuanoob@users.noreply.github.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | |||
2023-05-20 | Add a change log for PR20584 (#20998) | Albert Y | |
2023-05-20 | Move `pre_process_record_kb()` before `process_combo()` (#20969) | Sergey Vlasov | |
2023-05-20 | `qmk format-json`: Expose full key path and respect `sort_keys` (#20836) | Ryan | |
2023-05-20 | `qmk find`: usability improvements (#20440) | Ryan | |
2023-05-20 | [Keyboard] Fixup Crkbd default keymap (#20962) | Drashna Jaelre | |
2023-05-20 | BIOI G60/Morgan65: use custom Bluetooth driver (#20897) | Ryan | |
2023-05-20 | Fix English word list retrieval in qmk generate-autocorrect-data (#20915) | Peter | |
2023-05-20 | [keyboard] update ymdk/id75/rules.mk for develop (#20592) | Less/Rikki | |
2023-05-20 | Add sriwedari70 and move kamigakushi to new folder (#20334) | Alabahuy | |
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: zacksupreme <zacksupreme@gmail.com> | |||
2023-05-20 | Support PS/2 mouse 9-bit output with MOUSE_EXTENDED_REPORT (#20734) | Daniel Kao | |
2023-05-20 | add additional layouts to `dactyl_manuform` variants (#20688) | Duncan Sutherland | |
2023-05-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-05-20 | scramble: Add XOSC delay for startup (#20991) | Jay Greco | |
2023-05-19 | CLI: Improve keymap folder resolution (#20981) | Ryan | |
2023-05-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-05-18 | [Keyboard] Add Fancytech Fancyalice66 (#20647) | adophoxia | |
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2023-05-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-05-18 | Define RGB_DI_PIN directly instead of using another define (#20983) | Danny | |
2023-05-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-05-18 | Add Cepstrum Rev. 1 Keyboard (#20721) | Danny | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2023-05-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-05-17 | AEBoards Aegis Layout Additions (#20960) | James Young | |
* add matrix_diagram.md * rename LAYOUT_aegis to LAYOUT_all * info.json: apply friendly formatting * add LAYOUT_numpad with reference keymap * add LAYOUT_2u_bs_275u_rshift with reference keymap | |||
2023-05-17 | [Keyboard] Add Moondrop Dash75 (#20890) | Vino Rodrigues | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2023-05-16 | Add missing layout data for a handful of boards (#20931) | Ryan | |
* Add missing layout data for a handful of boards * typo * Add missing layouts for stoutgat * Add missing layout for j80 * Replace missing layout with alias for wraith * Add missing layout for matrix/me * Add missing layout for satisfaction75/prototype * Apply suggestions from code review * Rename wt80-a layouts * Rename rosa layouts * Add missing layouts for naked48 * Add missing layouts for naked60 * Add missing layouts for uma * Remove unused and pointless `LAYOUT_stack` for buzzard * Add missing layout for keyboardio/model01 * Add missing layout for smk65 revf * Fix via keymap for h60 * Add missing layout for jabberwocky/v1 * Apply suggestions from code review * Add missing layout for m3n3van * Add missing layout for giabalanai * Add missing layouts for treadstone48/rev1 * Add missing layouts for squiggle * Update keyboards/marksard/treadstone48/rev1/info.json | |||
2023-05-16 | Merge remote-tracking branch 'origin/master' into develop | zvecr | |
2023-05-16 | Revert to last known working version (#20967) | Joel Challis | |
2023-05-15 | ADPenrose Akemipad Layout Addition (#20957) | James Young | |
* add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_numpad with reference keymap | |||
2023-05-16 | Bump anothrNick/github-tag-action from 1.64.0 to 1.65.0 (#20964) | dependabot[bot] | |
* Bump anothrNick/github-tag-action from 1.64.0 to 1.65.0 Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action) from 1.64.0 to 1.65.0. - [Release notes](https://github.com/anothrNick/github-tag-action/releases) - [Commits](https://github.com/anothrNick/github-tag-action/compare/1.64.0...1.65.0) --- updated-dependencies: - dependency-name: anothrNick/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update auto_tag.yml Allow manual trigger --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> | |||
2023-05-15 | Update tg4x RGB LED count (#20955) | vushthestampede | |
2023-05-15 | adpenrose/shisaku: rename LAYOUT_all to LAYOUT (#20958) | James Young | |
2023-05-15 | acheron/elongate/delta: rename LAYOUT_all to LAYOUT (#20956) | James Young | |