summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move matrix config to info.json, part 1 (#19985)Ryan2023-03-05502-3461/+1299
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-051-3/+3
|\
| * Unbreak switchplate/southpaw_65 after #16277 (#20015)Sergey Vlasov2023-03-051-3/+3
| | | | | | | | | | 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.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-0426-0/+1647
|\|
| * Add Keychron Q12 (#19844)lalalademaxiya12023-03-0426-0/+1647
| | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-038-0/+530
|\|
| * Add Support for Lilly58 r2g (#19862)Elliot Powell2023-03-038-0/+530
| | | | | | * Add support for lilly58 r2g by Mechboards
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-034-0/+296
|\|
| * Add new keymap for Preonic rev3 (#19706)Guillermo Aguirre2023-03-034-0/+296
| |
* | Remove some use of keymap.h (#20006)Joel Challis2023-03-0316-22/+11
| |
* | Remove some use of keymap.h (#19980)Joel Challis2023-03-0369-69/+75
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-034-7/+70
|\|
| * Initial deprecation policy documentation. (#19908)Nick Brassel2023-03-032-1/+51
| |
| * Update branch names to reflect configurator's new deployment. (#19999)Nick Brassel2023-03-032-6/+19
| |
* | Remove Vagrant due to bit-rot. (#20000)Nick Brassel2023-03-0310-323/+1
| |
* | Merge upstream changes to uf2conv (#19993)Joel Challis2023-03-033-30/+43
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-011-1/+3
|\|
| * Check all keys have matrix positions when parsing C LAYOUT macros (#19781)Ryan2023-03-021-1/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-017-73/+135
|\|
| * [Keyboard] Clean up contra & move to data-driven (#19973)Albert Y2023-03-017-73/+135
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-014-0/+246
|\|
| * [Keymap] Add davidrambo lulu keymap (#19448)David Rambo2023-03-014-0/+246
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-017-0/+228
|\|
| * added Polly40 keyboard (#19936)Paul Enrico N. Viola2023-03-017-0/+228
| | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-011-1/+0
|\|
| * Remove `all` from list of animations in `info.json` (#19978)Joel Challis2023-03-011-1/+0
| |
* | Check all rows have the correct number of columns when parsing ↵Ryan2023-03-011-6/+15
| | | | | | | | `g_led_config` (#19954)
* | Improve robustness of AW20216 driver (#19849)Huckies2023-03-011-0/+19
| | | | | | * added soft reset and auto lowpower for AW20216
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-286-0/+19
|\|
| * Disable safe.directory check (#19970)Joel Challis2023-02-286-0/+19
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-288-0/+298
|\|
| * [Keyboard] Add GPAD8-2R (gpad8_2r) Macro Pad (#19914)gkeyboard2023-02-288-0/+298
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-283-62/+16
|\|
| * [Keymap] sofle/keymaps/michal: rewrite (#19938)Michal S2023-02-283-62/+16
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-287-0/+248
|\|
| * [Keyboard] Add FRL84 PCB. (#19942)studiokestra2023-02-287-0/+248
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-282-2/+2
|\|
| * Bump tj-actions/changed-files from 34 to 35 (#19971)dependabot[bot]2023-02-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Strip whitespace from CONVERT_TO variables (#19948)Joel Challis2023-02-281-3/+8
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-2835-349/+459
|\|
| * [Keyboard] remove non-existent method from ploopy documentation (#19957)Shawn Meier2023-02-281-9/+6
| |
| * [Keymap] Drashna updates for 0.20.0 (#19960)Drashna Jaelre2023-02-2834-340/+453
| |
* | Remove `"w":1` and `"h":1` from info.json (#19961)Ryan2023-02-2895-5534/+5474
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-02-281-0/+1
|\|
| * Flag "builddefs" as core changes (#19950)Joel Challis2023-02-281-0/+1
| |
* | Branch point for 2023q2 Breaking Change.Nick Brassel2023-02-281-0/+4
|/
* Merge remote-tracking branch 'upstream/develop'Nick Brassel2023-02-2810905-112274/+81433
|\
| * Add changelog for Leader Key refactor (#19953)Ryan2023-02-271-0/+25
| |
| * Breaking Changes 2023q1 changelog. (#19945)Nick Brassel2023-02-274-80/+313
| |
| * Hide hex output when building uf2 (#19940)Joel Challis2023-02-261-2/+2
| |