aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Support for slice65 from PizzaKeyboards (#23148)Chad Skeeters2024-03-219-0/+315
| |
* | Remove RGBLight `led[]` references (#23311)Ryan2024-03-217-73/+62
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-03-216-0/+173
|\|
| * Add Swiss support (#23272)Bregoliii2024-03-216-0/+173
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-03-201-2/+8
|\|
| * Assume only 32u4 boards can run 'promicro' converters (#23312)Joel Challis2024-03-201-2/+8
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-03-207-0/+183
|\|
| * Add Macropad 6Pad (#23099)zlabkeeb2024-03-207-0/+183
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-03-2015-60/+39
|\|
| * Fix invalid use of stemcell converter (#23317)Joel Challis2024-03-2015-60/+39
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-03-201-7/+9
|\|
| * Updates to PR Checklist (#23318)jack2024-03-201-7/+9
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-03-2013-0/+664
|\|
| * [Keyboard] Add posey_split v4/v5 (#23258)joliverMI2024-03-2013-0/+664
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Created posey_split keyboards and included default keymaps. * Update keyboards/pmk/posey_split/posey_split_v4/config.h Co-authored-by: jack <0x6a73@protonmail.com> * Update keyboards/pmk/posey_split/posey_split_v4/config.h Co-authored-by: jack <0x6a73@protonmail.com> * Update keyboards/pmk/posey_split/posey_split_v4/info.json Co-authored-by: jack <0x6a73@protonmail.com> * Update keyboards/pmk/posey_split/posey_split_v4/info.json Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/pmk/posey_split/posey_split_v4/info.json Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/pmk/posey_split/posey_split_v4/readme.md Co-authored-by: jack <0x6a73@protonmail.com> * Various cleanup updates per QMK maintainers on PR #23258 * removed config files from via keymaps * removed additional keyboard for PR. * changed folder structure per PR suggestion * Update keyboards/pmk/posey_split/v5/info.json Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/pmk/posey_split/v5/rules.mk Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/pmk/posey_split/v4/rules.mk Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/pmk/posey_split/v5/keymaps/VIA/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/pmk/posey_split/v5/keymaps/default/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/pmk/posey_split/v4/keymaps/default/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/pmk/posey_split/v4/keymaps/VIA/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/pmk/posey_split/v5/readme.md Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/pmk/posey_split/v4/readme.md Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/pmk/posey_split/v4/info.json Co-authored-by: Joel Challis <git@zvecr.com> * changed via folders to lowercase * cleaned up extra via files in wrong folder * Added better descriptions to keyboard projects and added hardware listing to v5 * Cleaned up keymap format * removed extra rules * Update keyboards/pmk/posey_split/v4/keymaps/via/keymap.c Co-authored-by: Joel Challis <git@zvecr.com> * Update keyboards/pmk/posey_split/v5/readme.md Co-authored-by: Joel Challis <git@zvecr.com> * removed "about" from readme on v4 * Removed title from readme --------- Co-authored-by: joliverMI <qmk@Desktop2023> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | Add init function to RGBLight driver struct (#23076)Ryan2024-03-1842-92/+305
| |
* | LED drivers: add support for IS31FL3236 (#23264)Ryan2024-03-1711-3/+581
| |
* | KPRepublic JJ40 rev1 Refactor (#23299)James Young2024-03-179-372/+499
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move `kprepublic/jj40` to `kprepublic/jj40/rev1` [chore] * Friendly-format `info.json` [style] * Add layout/matrix diagram [docs] * Refactor keymaps - use four-space indent - grid-align keycodes - refactor to use `LAYOUT_ortho_4x12` macro [refactor] * Rename `LAYOUT_planck_mit` to `LAYOUT_ortho_4x12_1x2u_c` [refactor] * Rename `LAYOUT_planck_1x2uR` to `LAYOUT_ortho_4x12_1x2u_r` [refactor] * Re-sort `layouts` object Places `LAYOUT_ortho_4x12` (the `LAYOUT_all` equivalent) first in sequence. [refactor] * Add `LAYOUT_ortho_4x12_1x2u_l` [enhancement] * Add `LAYOUT_ortho_4x12_2x2u` [enhancement] * Convert `rules.mk` to data driven [chore] * Remove `console` and `command` settings from keyboard level [chore] * Rename `info.json` to `keyboard.json` [chore] [enhancement] * Remove `audio` setting from keyboard level [chore]
* | Swift65 Hotswap Layout Name Standardization (#23288)James Young2024-03-163-42/+42
| | | | | | | | | | | | | | | | | | | | | | | | * Rename `LAYOUT_7u_space` to `LAYOUT_ansi_blocker_tsangan` [refactor] * Refactor keymaps Updates the keycode grid alignment to better resemble the assembled board. [style]
* | Swift65 Solder Layout Name Standardization (#23289)James Young2024-03-163-47/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rename `LAYOUT_625u_space` to `LAYOUT_ansi_blocker` [refactor] * Rename `LAYOUT_625u_space_split_bs` to `LAYOUT_ansi_blocker_split_bs` [refactor] * Rename `LAYOUT_7u_space` to `LAYOUT_ansi_blocker_tsangan` [refactor] * Rename `LAYOUT_7u_space_split_bs` to `LAYOUT_ansi_blocker_tsangan_split_bs` [refactor] * Rename `LAYOUT_iso_625u_space` to `LAYOUT_iso_blocker` [refactor] * Rename `LAYOUT_iso_625u_space_split_bs` to `LAYOUT_iso_blocker_split_bs` [refactor] * Rename `LAYOUT_iso_7u_space` to `LAYOUT_iso_blocker_tsangan` [refactor] * Rename `LAYOUT_iso_7u_space_split_bs` to `LAYOUT_iso_blocker_tsangan_split_bs` [refactor] * Refactor keymaps Updates the keycode grid alignment to better resemble the assembled board. [style]
* | KPRepublic JJ50 rev1 Refactor (#23294)James Young2024-03-166-135/+427
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move `kprepublic/jj50` to `kprepublic/jj50/rev1` [chore] * Add layout/matrix diagram [docs] * Add `LAYOUT_ortho_5x12_1x2u_c` [enhancement] * Add `LAYOUT_ortho_5x12_1x2u_l` [enhancement] * Add `LAYOUT_ortho_5x12_1x2u_r` [enhancement] * Add `LAYOUT_ortho_5x12_2x2u` [enhancement] * Convert `rules.mk` to data driven [chore] * Remove `console` and `command` from keyboard level [chore] * Rename `info.json` to `keyboard.json` Also deletes `rules.mk` as it's no longer needed. [chore] [enhancement]
* | Linworks FAve 87H Keymap Refactor/Bugfix (#23292)James Young2024-03-152-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor keymaps - use QMK-native keycode aliases - grid-align keycodes [refactor] * Correct key sequence Moves the keycode representing the right half of a split Backspace to the number row, after the left half/2u Backspace keycode. Updates the keycode grid alignment to maintain readability. [bugfix]
* | Migrate features from rules.mk to data driven - ST (#23286)Joel Challis2024-03-15236-1432/+1070
| |
* | Migrate features from rules.mk to data driven - OPQR (#23285)Joel Challis2024-03-15296-1850/+1322
| |
* | Migrate features from rules.mk to data driven - UVWXYZ (#23287)Joel Challis2024-03-15264-1605/+1180
| |
* | [Keyboard] Overhaul ploopyco devices (#22967)Drashna Jaelre2024-03-1451-1909/+355
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-03-156-0/+439
|\|
| * Added WT65-H3 (HIBI HIBIKI) (#22886)Wilba2024-03-146-0/+439
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-03-156-0/+445
|\|
| * Added WT65-G3 (HIBI HIBIKI) (#22888)Wilba2024-03-146-0/+445
| |
* | Update ScottoAlp handwired keyboard to 12 column layout (#22962)Joe Scotto2024-03-144-72/+90
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-03-151-1/+1
|\|
| * Modify wording in 'getting_started_introduction.md' (#23232)AlanLiu2024-03-141-1/+1
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-03-152-2/+2
|\|
| * Bump tj-actions/changed-files from 42 to 43 (#23282)dependabot[bot]2024-03-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42 to 43. - [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/v42...v43) --- 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>
* | Migrate features from rules.mk to data driven - EFGH (#23248)Joel Challis2024-03-15514-3158/+2258
| |
* | Migrate features from rules.mk to data drive - LMN (#23277)Joel Challis2024-03-15346-2173/+1572
| |
* | Migrate features from rules.mk to data driven - IJK (#23276)Joel Challis2024-03-15364-2270/+1649
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-03-152-0/+246
|\|
| * AMJKeyboard AMJ96 Layout Additions (#23267)James Young2024-03-142-0/+246
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-03-1410-9/+10
|\|
| * Fixup cipulot eeprom. (#23280)Nick Brassel2024-03-1410-9/+10
| |
* | Refactor vusb to protocol use pre/post task (#14944)Joel Challis2024-03-145-60/+34
| |
* | Infer eeconfig identifiers (#22135)Joel Challis2024-03-143-25/+49
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | `qmk new-keyboard` - detach community layout when selecting "none of the ↵Joel Challis2024-03-141-4/+14
| | | | | | | | above" (#20405)
* | Migrate content where only parent info.json exists (#22895)Joel Challis2024-03-1443-247/+171
| |
* | Migrate features from rules.mk to DD (#23202)Joel Challis2024-03-1454-329/+240
| |
* | Migrate features from rules.mk to DD (#23247)Joel Challis2024-03-14484-2980/+2147
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2024-03-141-1/+1
|\|
| * Update feature_tri_layer.md - typo (#23275)achim-t2024-03-141-1/+1
| |
* | Reject duplicate matrix locations in LAYOUT macros (#23273)Joel Challis2024-03-131-0/+9
| |