summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-06[Docs] Discuss layout macro (#19803)souvlakeeb
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2023-03-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-06[Keyboard] Add gummykey (#19695)gumorr
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6a73@protonmail.com>
2023-03-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-05keyboards/anavi: Add ANAVI Knobs 3 (#18624)Leon Anavi
2023-03-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-06Reject VIA keys within info.json (#20026)Joel Challis
2023-03-05Move matrix config to info.json, part 1 (#19985)Ryan
2023-03-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-05Unbreak switchplate/southpaw_65 after #16277 (#20015)Sergey Vlasov
Apparently the changes done in #16277 swapped the values read from the PCA9555 expanders by mistake, which resulted in mixed up matrix columns. Fix the chip and register addresses to match the original code.
2023-03-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-04Add Keychron Q12 (#19844)lalalademaxiya1
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-03-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-03Add Support for Lilly58 r2g (#19862)Elliot Powell
* Add support for lilly58 r2g by Mechboards
2023-03-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-03Add new keymap for Preonic rev3 (#19706)Guillermo Aguirre
2023-03-03Remove some use of keymap.h (#20006)Joel Challis
2023-03-03Remove some use of keymap.h (#19980)Joel Challis
2023-03-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-03Initial deprecation policy documentation. (#19908)Nick Brassel
2023-03-03Remove Vagrant due to bit-rot. (#20000)Nick Brassel
2023-03-03Update branch names to reflect configurator's new deployment. (#19999)Nick Brassel
2023-03-03Merge upstream changes to uf2conv (#19993)Joel Challis
2023-03-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-02Check all keys have matrix positions when parsing C LAYOUT macros (#19781)Ryan
2023-03-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-01[Keyboard] Clean up contra & move to data-driven (#19973)Albert Y
Co-authored-by: Joel Challis <git@zvecr.com>
2023-03-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-01[Keymap] Add davidrambo lulu keymap (#19448)David Rambo
Co-authored-by: Joel Challis <git@zvecr.com>
2023-03-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-01added Polly40 keyboard (#19936)Paul Enrico N. Viola
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
2023-03-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-01Remove `all` from list of animations in `info.json` (#19978)Joel Challis
2023-03-01Check all rows have the correct number of columns when parsing ↵Ryan
`g_led_config` (#19954)
2023-03-01Improve robustness of AW20216 driver (#19849)Huckies
* added soft reset and auto lowpower for AW20216
2023-02-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-02-28Disable safe.directory check (#19970)Joel Challis
2023-02-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-02-28[Keyboard] Add GPAD8-2R (gpad8_2r) Macro Pad (#19914)gkeyboard
Co-authored-by: jack <0x6a73@protonmail.com>
2023-02-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-02-28[Keymap] sofle/keymaps/michal: rewrite (#19938)Michal S
2023-02-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-02-28[Keyboard] Add FRL84 PCB. (#19942)studiokestra
Co-authored-by: jack <0x6a73@protonmail.com>
2023-02-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-02-28Bump tj-actions/changed-files from 34 to 35 (#19971)dependabot[bot]
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34 to 35. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v34...v35) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-28Strip whitespace from CONVERT_TO variables (#19948)Joel Challis
2023-02-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-02-28[Keyboard] remove non-existent method from ploopy documentation (#19957)Shawn Meier
2023-02-28[Keymap] Drashna updates for 0.20.0 (#19960)Drashna Jaelre