summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* move four_banger to bpiphany (#16082)peepeetee2022-02-09
|
* move hid_liber to /bpiphany (#16091)peepeetee2022-02-09
|
* move spaceholdings boards into /spaceholdings (#16096)peepeetee2022-02-09
|
* move @7-rate 's keebs to /rate (#16099)peepeetee2022-02-09
|
* move @npspears 's boards into /checkerboards (#16100)peepeetee2022-02-09
|
* Remove parent-relative paths from keyboards. (#16282)Nick Brassel2022-02-10
| | | | | | | | | * Remove parent-relative paths from keyboards. * Update keyboards/capsunlocked/cu75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Align existing pca9555 driver to better match mcp23018 API (#16277)Joel Challis2022-02-09
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-09
|\
| * Further update to #13745 on Crkbd keymap (#16284)Arda Kılıçdağı2022-02-09
| | | | | | | | | | | | | | | | | | | | | | * Further update to #13745 Hello, This is further update to #13745 , somehow my commit did not get merged https://github.com/qmk/qmk_firmware/pull/13745#discussion_r802603490 * Update config.h
* | Fix idobao/id80/v3 compilation errors (#16280)jack2022-02-09
| | | | | | | | | | * fix * another redefintion
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-09
|\|
| * [Keyboard] Digicarp65 (#15926)Brandon Claveria2022-02-08
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: swiftrax <swiftrax@github.com>
| * New Keyboard: 1upkeyboards super16v2 (#16198)MechMerlin2022-02-08
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-09
|\|
| * [Keyboard] Idobao ID80 V3 (#15912)peepeetee2022-02-08
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
| * [Keyboard] MelGeek Mach80 rev2 (#15610)bomb2022-02-08
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-09
|\|
| * [Keyboard] refine LED Matrix LED positions on KBD67 Lite (#15769)Vino Rodrigues2022-02-08
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-09
|\|
| * [Keyboard] Add explicit RGB Matrix defines for Iris Rev. 6 (#16275)Danny2022-02-08
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-09
|\|
| * [Keyboard] Add Kapl (#16255)Alexander2022-02-08
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-09
|\|
| * [Docs] pr checklist: update doc hyperlinks to relative ones and use IDs (#16263)IskandarMa2022-02-08
| |
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2022-02-09
|\|
| * Add support for driving unselected row/col. (#16278)Nick Brassel2022-02-09
| |
| * LFKeyboards Mini1800: refactor into revisions (#16260)James Young2022-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fork Mini1800 into reva and revc versions * update info.json - apply friendly formatting - update maintainer value * update keymap rules.mk formatting - align inline comments - convert tabs to spaces * align keymap rules.mk files to QMK template * move common keymap rules.mk settings to revision level * info.json: correct key sequence * align revision rules.mk files to QMK template * clean up revision rules.mk files * add readme files for each revision * correct USB Product string * remove post_rules.mk files The internal settings were commented out, so the files actually don't do anything. * edit Bootloader instructions on main readme * move non-assignment rules to post_rules.mk * add inline comments for NKRO_ENABLE per fauxpark
| * Boardsource The Mark 65 Touch-Up and Layout Additions (#16270)James Young2022-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the_mark.h: use ____ for KC_NO * the_mark.h: number matrix positions electrically `K300` and `K301` has misleading identifiers - `K300` was on column 1 and `K301` on column 0. * the_mark.h: use QMK 3-character notation * the_mark.h: add matrix diagram * refactor reference keymaps - convert tabs to spaces - use four-space indent - grid align keycodes - remove extra line breaks - add layer indexes to `via` keymap * info.json: apply friendly formatting * add LAYOUT_ansi_split_bs_space Includes reference keymap. * add LAYOUT_iso_split_bs_space Includes reference keymap. * info.json: edit maintainer value There is a Boardsource GitHub account, but knowing the user who maintains it is helpful.
| * Wings42: add QMK Configurator data (#16267)James Young2022-02-07
| | | | | | | | | | | | | | * add info.json for wings42/rev1 * add info.json for wings42/rev1_extkeys * add info.json for wings42/rev2
* | Move driver to core (#15944)Joel Challis2022-02-09
| |
* | Initial pass at data driven new-keyboard subcommand (#12795)Joel Challis2022-02-09
| | | | | | | | | | | | | | | | | | * Initial pass at a data driven keyboard subcommand * format * lint * Handle bootloader now its mandatory
* | Misc size regression script improvements. (#16268)Nick Brassel2022-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | * Misc size regression script improvements. - Sets environment variable SIZE_REGRESSION_EXECUTING during execution so hook scripts like `post-checkout` may skip processing. - Forces checkout of the target branch, including removal of all temporary object files in the process. - Prints out a warning on exit stating that the git repository is in an indeterminate state, and the user needs to swap back to whatever intended branch they were working with originally. * Remove `git clean`
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-07
|\|
| * [Keyboard] M60 split 5x12 lego pcb (#14383)Alin Marin Elena2022-02-07
| | | | | | | | | | | | | | | | | | | | | | | | * add m60 lego case in split, with stm32f401 and 411 * Update keyboards/mlego/m60_split/m60_split.h * Update keyboards/mlego/m60_split/rev1/config.h * Update keyboards/mlego/m60_split/rev2/config.h * address the moving of enum in keymaps
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-07
|\|
| * [Keyboard] [eternal_keypad] Update product_id and add keymap (#16253)Duccio2022-02-07
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-07
|\|
| * [Keymap] Updated Planck layout - jimmysjolund (#16245)Jimmy Sjölund2022-02-07
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Fixup bootloaders. (#16256)Nick Brassel2022-02-06
| |
* | Reduce firmware size for dztech/dz60rgb_wkl/v2_1:via (#16254)Joel Challis2022-02-06
| |
* | Remove half implemented micronucleus bootloader support (#16252)Joel Challis2022-02-06
| |
* | Add layout change callbacks to VIA (#16087)Drashna Jaelre2022-02-06
| | | | | | | | | | * Add layout change callbacks to VIA * Update worklouder example
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-06
|\|
| * Fix wheatfield/split75 iso info.json (#16250)Joel Challis2022-02-06
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-06
|\|
| * [Keyboard] Add aliceclonergb (#14285)SneakboxKB2022-02-06
| | | | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: SneakboxKB <64090325+mujimanic@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-06
|\|
| * add 'info_config.h' into docs/hardware_keyboard_guidelines.md (#16247)Takeshi ISHII2022-02-06
| | | | | | Added info_config.h added in #10817 to the include order description of config.h.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-06
|\|
| * [Docs] Address some typos (also in moonlander matrix.c) (#16248)Jouke Witteveen2022-02-06
| | | | | | | | | | | | | | * [Docs] Fix repeated words * [Keyboard] Fix moonlander output The left/right orientation differs from Ergodox EZ.