Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop V2 production updates (#22147) | Joel Challis | 2023-09-27 | 6 | -3/+3 |
| | |||||
* | Add support for YMD75 V4 - ISO (#22128) | Joel Challis | 2023-09-27 | 10 | -0/+414 |
| | |||||
* | Initial support for CSTM80 (#22137) | Joel Challis | 2023-09-27 | 13 | -6/+533 |
| | |||||
* | [Keyboard] Add spankbd, 3x5+3 split keyboard (#22003) | Idan Kamara | 2023-09-26 | 8 | -0/+348 |
| | |||||
* | rastersoft/minitkl layout corrections (#22130) | Duncan Sutherland | 2023-09-25 | 1 | -76/+78 |
| | |||||
* | Fix doc for programmable buttons. (#22136) | Yanfei Guo | 2023-09-25 | 1 | -1/+1 |
| | | | | Co-authored-by: Yanfei Guo <yguo@anl.gov> | ||||
* | Fix entry into bootloader for STM32G431. (#22138) | Nick Brassel | 2023-09-26 | 2 | -4/+7 |
| | |||||
* | Fix typo in oled_driver (#22134) | Ikko Eltociear Ashimine | 2023-09-25 | 2 | -2/+2 |
| | | | betwen -> between | ||||
* | Added more rgb effects for rpk-001 keyboard (#22120) | Joy Lee | 2023-09-25 | 1 | -0/+46 |
| | |||||
* | Add zoom98 (#22062) | spbgzh | 2023-09-24 | 9 | -0/+387 |
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Add Palmetto PCB (#21955) | Ross Montsinger | 2023-09-24 | 7 | -0/+750 |
| | |||||
* | Bump tj-actions/changed-files from 38 to 39 (#21923) | dependabot[bot] | 2023-09-25 | 2 | -2/+2 |
| | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | Document the RP2040-specific PS/2 implementation (#22079) | Michael Büchler | 2023-09-25 | 2 | -1/+24 |
| | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> | ||||
* | Add is0gr to QMK (#22024) | Andrew Kannan | 2023-09-25 | 6 | -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 Sutherland | 2023-09-25 | 12 | -18/+779 |
| | |||||
* | amend split_* community_layouts in keyboards (#21847) | Duncan Sutherland | 2023-09-25 | 6 | -60/+16 |
| | |||||
* | Fix variable misspelling (#21774) | plaublin | 2023-09-25 | 1 | -1/+1 |
| | |||||
* | Fix combo_ref_from_layer respect different default layer [#21780] (#21781) | Ben Cooper | 2023-09-25 | 1 | -1/+1 |
| | |||||
* | Added Wyvern Hotswap by BredWorks (#21141) | DeskDaily | 2023-09-25 | 7 | -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.A | 2023-09-25 | 1 | -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 Brassel | 2023-09-25 | 1 | -1/+1 |
| | |||||
* | Update feature_rgblight.md (#21483) | Tom singleton | 2023-09-25 | 1 | -1/+1 |
| | |||||
* | YMDK Melody96 Matrix Touch-Up (#22113) | James Young | 2023-09-24 | 3 | -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 Anderson | 2023-09-23 | 1 | -0/+1 |
| | | | Co-authored-by: ShandonCodes <shandon@shandon.codes> | ||||
* | Add Jank RP2040 Dactyl (#21973) | Ethan Perry | 2023-09-23 | 5 | -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) | lendunistus | 2023-09-23 | 1 | -0/+1 |
| | |||||
* | GMMK2 96% ISO: Correct layout data (#22101) | James Young | 2023-09-22 | 1 | -98/+98 |
| | |||||
* | [Keyboard] Add SIRIND Klein (#21951) | era | 2023-09-22 | 9 | -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 Osipishin | 2023-09-22 | 4 | -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 Sutherland | 2023-09-22 | 8 | -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 Brassel | 2023-09-23 | 1 | -16/+16 |
| | |||||
* | Shoc: physically arrange keymaps/layout macro (#22100) | James Young | 2023-09-22 | 3 | -58/+50 |
| | |||||
* | Added OLED SSD1306 128x64 to the verified working table (#22112) | Ryan Neff | 2023-09-23 | 1 | -0/+1 |
| | |||||
* | Royal Kludge RK G68 Community Layout Support (#22103) | James Young | 2023-09-22 | 4 | -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 Brassel | 2023-09-22 | 3 | -38/+83 |
| | |||||
* | keymaps: Fix hacker_dvorak build. (#22102) | Apteryks | 2023-09-21 | 1 | -1/+1 |
| | |||||
* | add odinmini layout (#21983) | dztech | 2023-09-20 | 1 | -0/+89 |
| | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | add dz60v2 keyboard (#21862) | dztech | 2023-09-20 | 6 | -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) | lalalademaxiya1 | 2023-09-20 | 16 | -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 Strahan | 2023-09-21 | 3 | -7/+18 |
| | |||||
* | Quarkeys Studio Z67 Hotswap Community Layout Support (#22096) | James Young | 2023-09-20 | 4 | -49/+74 |
| | |||||
* | Quarkeys Studio Z67 Solder Community Layout Support (#22095) | James Young | 2023-09-20 | 4 | -38/+1369 |
| | |||||
* | [Keyboard] Add QCK-75 (#21180) | Poring | 2023-09-20 | 10 | -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 Sutherland | 2023-09-20 | 5 | -19/+212 |
| | |||||
* | [Keyboard] Add rpk-001 keyboard (#21042) | Joy Lee | 2023-09-20 | 10 | -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) | temp4gh | 2023-09-20 | 5 | -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 Scotto | 2023-09-20 | 5 | -0/+168 |
| | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Add ScottoMacrodeck Macropad (#20946) | Joe Scotto | 2023-09-20 | 4 | -0/+107 |
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Add ScottoFly Keyboard (#20939) | Joe Scotto | 2023-09-20 | 5 | -0/+174 |
| | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Add ScottoMouse Handwired Macropad (#21074) | Joe Scotto | 2023-09-20 | 7 | -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> |