summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Drop V2 production updates (#22147)Joel Challis2023-09-276-3/+3
|
* Add support for YMD75 V4 - ISO (#22128)Joel Challis2023-09-2710-0/+414
|
* Initial support for CSTM80 (#22137)Joel Challis2023-09-2713-6/+533
|
* [Keyboard] Add spankbd, 3x5+3 split keyboard (#22003)Idan Kamara2023-09-268-0/+348
|
* rastersoft/minitkl layout corrections (#22130)Duncan Sutherland2023-09-251-76/+78
|
* Fix doc for programmable buttons. (#22136)Yanfei Guo2023-09-251-1/+1
| | | | Co-authored-by: Yanfei Guo <yguo@anl.gov>
* Fix entry into bootloader for STM32G431. (#22138)Nick Brassel2023-09-262-4/+7
|
* Fix typo in oled_driver (#22134)Ikko Eltociear Ashimine2023-09-252-2/+2
| | | betwen -> between
* Added more rgb effects for rpk-001 keyboard (#22120)Joy Lee2023-09-251-0/+46
|
* Add zoom98 (#22062)spbgzh2023-09-249-0/+387
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com>
* Add Palmetto PCB (#21955)Ross Montsinger2023-09-247-0/+750
|
* Bump tj-actions/changed-files from 38 to 39 (#21923)dependabot[bot]2023-09-252-2/+2
| | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Document the RP2040-specific PS/2 implementation (#22079)Michael Büchler2023-09-252-1/+24
| | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* Add is0gr to QMK (#22024)Andrew Kannan2023-09-256-0/+80
| | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
* amend 75_(ansi|iso) community_layouts in keyboards/ (#21837)Duncan Sutherland2023-09-2512-18/+779
|
* amend split_* community_layouts in keyboards (#21847)Duncan Sutherland2023-09-256-60/+16
|
* Fix variable misspelling (#21774)plaublin2023-09-251-1/+1
|
* Fix combo_ref_from_layer respect different default layer [#21780] (#21781)Ben Cooper2023-09-251-1/+1
|
* Added Wyvern Hotswap by BredWorks (#21141)DeskDaily2023-09-257-0/+433
| | | | | Co-authored-by: Neil Brian Ramirez <nightlykeyboards@gmail.com> Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
* included keyboard.h. To use is_keyboard_master with a split with an i… ↵T.A2023-09-251-0/+3
| | | | | | | (#21571) Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: tokky <tokky@localhost-live.attlocal.net>
* Revert "Update feature_rgblight.md" (#22132)Nick Brassel2023-09-251-1/+1
|
* Update feature_rgblight.md (#21483)Tom singleton2023-09-251-1/+1
|
* YMDK Melody96 Matrix Touch-Up (#22113)James Young2023-09-243-15/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Correct layout/matrix diagram Correct swapped designations for ANSI Backslash and ANSI Enter keys. [docs] * Correct matrix data Correct the matrix data for: - `LAYOUT_all` - `LAYOUT_96_ansi` - `LAYOUT_96_ansi_splitbs` which all had the matrix positions for ANSI Backslash and ANSI Enter swapped. [bugfix] * Implement `LAYOUT_hotswap` directly Implement `LAYOUT_hotswap` as its own layout, instead of aliasing it to `LAYOUT_96_ansi`. [bugfix] * Specify primary support for Soldered PCBs Current version of codebase primarily supports Soldered PCBs. [enhancement] [docs]
* [Keyboard] Enable RGB_TEST animation on riot_pad (#22118)Shandon Anderson2023-09-231-0/+1
| | | Co-authored-by: ShandonCodes <shandon@shandon.codes>
* Add Jank RP2040 Dactyl (#21973)Ethan Perry2023-09-235-0/+205
| | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* Add reminder about format-json to PR Checklist (#22055)lendunistus2023-09-231-0/+1
|
* GMMK2 96% ISO: Correct layout data (#22101)James Young2023-09-221-98/+98
|
* [Keyboard] Add SIRIND Klein (#21951)era2023-09-229-0/+732
| | | | | | Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6a73@protonmail.com>
* add subrezon/lancer keyboard (#20792)Daniel Osipishin2023-09-224-0/+126
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Daniel Osipishin <danielos@retarus.de>
* Add 'dactyl_tracer' keyboard (#20993)Duncan Sutherland2023-09-228-0/+280
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Fix up `qmk mass-compile` makefile indenting. (#22115)Nick Brassel2023-09-231-16/+16
|
* Shoc: physically arrange keymaps/layout macro (#22100)James Young2023-09-223-58/+50
|
* Added OLED SSD1306 128x64 to the verified working table (#22112)Ryan Neff2023-09-231-0/+1
|
* Royal Kludge RK G68 Community Layout Support (#22103)James Young2023-09-224-16/+20
| | | | | | | | | | | | | | | | | | | | | | | * Rename `LAYOUT` to `LAYOUT_65_ansi` [refactor] * Enable Community Layout support [enhancement] * Touch-up keymaps - fix keycode grid alignment [style] * Touch-up readme - link to maintainer's GitHub profile - specify codebase is for RGB version of RK G68 - update Hardware Availability links [docs]
* Allow for `qmk compile -kb all`. (#22022)Nick Brassel2023-09-223-38/+83
|
* keymaps: Fix hacker_dvorak build. (#22102)Apteryks2023-09-211-1/+1
|
* add odinmini layout (#21983)dztech2023-09-201-0/+89
| | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* add dz60v2 keyboard (#21862)dztech2023-09-206-0/+2538
| | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Keychron q9 plus (#21399)lalalademaxiya12023-09-2016-0/+736
| | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* kimiko: mirror encoder pins between halves (#21728)Charles Strahan2023-09-213-7/+18
|
* Quarkeys Studio Z67 Hotswap Community Layout Support (#22096)James Young2023-09-204-49/+74
|
* Quarkeys Studio Z67 Solder Community Layout Support (#22095)James Young2023-09-204-38/+1369
|
* [Keyboard] Add QCK-75 (#21180)Poring2023-09-2010-0/+659
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
* amend 68_(ansi|iso) community_layouts in keyboards/ (#21835)Duncan Sutherland2023-09-205-19/+212
|
* [Keyboard] Add rpk-001 keyboard (#21042)Joy Lee2023-09-2010-0/+432
| | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Joy <chang.li@westberrytech.com>
* Add funtions of Encoder and VIA for redragon/k667 (#21917)temp4gh2023-09-205-2/+62
| | | | | | | | | Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: syc <squall_sha@163.com>
* Add ScottoLong Keyboard (#20938)Joe Scotto2023-09-205-0/+168
| | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Add ScottoMacrodeck Macropad (#20946)Joe Scotto2023-09-204-0/+107
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Add ScottoFly Keyboard (#20939)Joe Scotto2023-09-205-0/+174
| | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Add ScottoMouse Handwired Macropad (#21074)Joe Scotto2023-09-207-0/+153
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>