summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-106-0/+528
|\|
| * [Keymap] Kbdfans Tiger 80 keymap & Planck keymap (#19428)squarecut2023-01-106-0/+528
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Abhishek Malavalli <abhishek.malavalli@fphcare.co.nz>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-106-159/+112
|\|
| * [Keymap] Updated Freoduo keymap (#19351)Filip Paryż2023-01-096-159/+112
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-101-2/+2
|\|
| * [Bug] Use correct functions for RGB Matrix support in VIA (#19554)Drashna Jaelre2023-01-101-2/+2
| |
* | Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-101153-1139/+559
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-109-0/+646
|\|
| * [Keyboard] add YMDK40 AIR40 (#19276)Dennis Kruyt2023-01-099-0/+646
| | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-095-1/+19
|\|
| * [keyboard] Enable community layout support (#19499)Manna Harbour2023-01-095-1/+19
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-091-1/+1
|\|
| * [Keychron Q5] Build failures: recursive function call. (#19553)Nick Brassel2023-01-101-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-091-2/+2
|\|
| * New ChibiOS SVN URL, added new release. (#19493)Nick Brassel2023-01-101-2/+2
| |
* | `qmk doctor` - Handle timeouts while checking binaries (#19549)Joel Challis2023-01-092-33/+46
| |
* | Relax converter within keymap schema (#19544)Joel Challis2023-01-091-1/+2
| |
* | Handle doctor permission issues while checking udev (#19548)Joel Challis2023-01-091-4/+7
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-085-1/+212
|\|
| * Add some missing layout data (#19539)Joel Challis2023-01-085-1/+212
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-071-16/+8
|\|
| * Remove invalid pin_compatible config from defaults (#19512)Joel Challis2023-01-071-16/+8
| |
* | Ignore defaults.hjson values if already set (#19511)Joel Challis2023-01-073-6/+12
| | | | | | | | | | * Ignore defaults.hjson values if already set * Add warning when nothing is merged
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-072-1/+3
|\|
| * Fix `handwired/onekey/kb2040` WS2812 pin (#19517)Joel Challis2023-01-072-1/+3
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-061-1/+1
|\|
| * Bump anothrNick/github-tag-action from 1.58.0 to 1.61.0 (#19519)dependabot[bot]2023-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action) from 1.58.0 to 1.61.0. - [Release notes](https://github.com/anothrNick/github-tag-action/releases) - [Commits](https://github.com/anothrNick/github-tag-action/compare/1.58.0...1.61.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> 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 developQMK Bot2023-01-062-2/+2
|\|
| * docs: Fix IS31FL3743A driver name (#19518)Daniel Schaefer2023-01-062-2/+2
| | | | | | | | Incorrectly documented. See: `builddefs/common_features.mk`
* | Migrate submodule dirty check to CLI (#19488)Joel Challis2023-01-062-15/+19
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-051-1/+1
|\|
| * Fix MATRIX_COLS and MATRIX_ROWS generation for custom matrix (#19508)Sergey Vlasov2023-01-051-1/+1
| | | | | | | | | | | | The code which generated the MATRIX_COLS and MATRIX_ROWS defines from the JSON information was checking the presence of the `matrix_pins` key, which may not exist if a custom matrix is used. Check the presence of `matrix_size` instead.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-051-1/+1
|\|
| * Bump anothrNick/github-tag-action from 1.57.0 to 1.58.0 (#19509)dependabot[bot]2023-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action) from 1.57.0 to 1.58.0. - [Release notes](https://github.com/anothrNick/github-tag-action/releases) - [Commits](https://github.com/anothrNick/github-tag-action/compare/1.57.0...1.58.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> 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 developQMK Bot2023-01-051-1/+1
|\|
| * A comma was missing (#19507)Paul Massendari2023-01-051-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-041-1/+1
|\|
| * Bump anothrNick/github-tag-action from 1.56.0 to 1.57.0 (#19502)dependabot[bot]2023-01-051-1/+1
| | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-046-0/+138
|\|
| * Add SapuSeven MacroPad12 (#19466)SapuSeven2023-01-046-0/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add SapuSeven MacroPad12 * Update image url Co-authored-by: Drashna Jaelre <drashna@live.com> * Remove unnecessary layers Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-044-12/+14
|\|
| * feat(kprepublic/bm60hsrgb_poker): update carlosala keymap (#19426)Carlo2023-01-043-11/+14
| |
| * [Keyboard] Stop LED1 from flashing on layer change (#19427)Paul James2023-01-041-1/+0
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-041-2/+7
|\|
| * Allow for specifying the number of symbols to output. (#19497)Nick Brassel2023-01-041-2/+7
| |
* | Merge remote-tracking branch 'origin/master' into developzvecr2023-01-043-2/+168
|\|
| * Add `qmk mass-compile`, which intends to supercede `qmk multibuild` whilst ↵Nick Brassel2023-01-043-1/+167
| | | | | | | | providing support for filtering as per data-driven definitions. (#18971)
* | Remove unused Makefile paths (#19487)Joel Challis2023-01-041-8/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-031-1/+1
|\|
| * Bump anothrNick/github-tag-action from 1.55.0 to 1.56.0 (#19494)dependabot[bot]2023-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action) from 1.55.0 to 1.56.0. - [Release notes](https://github.com/anothrNick/github-tag-action/releases) - [Commits](https://github.com/anothrNick/github-tag-action/compare/1.55.0...1.56.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>