Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-02-15 | 1 | -0/+4 |
|\ | |||||
| * | Fixup work_board VIA keymap (reduce firmware size) (#19850) | jack | 2023-02-15 | 1 | -0/+4 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-02-14 | 11 | -0/+531 |
|\| | |||||
| * | [Keyboard] add ‘soda/pocket’ (#19838) | Jeayo Keh | 2023-02-14 | 11 | -0/+531 |
| | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6a73@protonmail.com> | ||||
* | | Fix Layer Mod handling of with right-handed mods. (#19845) | Pascal Getreuer | 2023-02-14 | 2 | -1/+64 |
| | | |||||
* | | Add swap hands status function (#19831) | Albert Y | 2023-02-14 | 3 | -0/+17 |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | Migrate `DIRECT_PINS` to data driven (#19826) | Ryan | 2023-02-14 | 158 | -1197/+560 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-02-14 | 9 | -0/+346 |
|\| | |||||
| * | add new keyboard creek70 (#19789) | spbgzh | 2023-02-14 | 9 | -0/+346 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-02-14 | 12 | -0/+756 |
|\| | |||||
| * | Add Eclipse60 / tinyneko (#19379) | Sắn | 2023-02-14 | 12 | -0/+756 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-02-14 | 5 | -0/+181 |
|\| | |||||
| * | Add keaboard keyboard (#19816) | Keith Wade | 2023-02-14 | 5 | -0/+181 |
| | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | [Doc]Remove depracted extension links in vscode guide (#19842) | しぐれ | 2023-02-14 | 3 | -5/+1 |
| | | |||||
* | | Merge branch 'master' into develop | Dasky | 2023-02-14 | 16 | -29/+25 |
|\| | |||||
| * | Update KC_NLCK and KC_SLCK in international docs (#19521) | precondition | 2023-02-14 | 12 | -16/+16 |
| | | |||||
| * | Update fractal attribution comment (#19832) | Albert Y | 2023-02-13 | 1 | -1/+1 |
| | | |||||
| * | Fixup swiftrax/bumblebee (reduce firmware size) (#19834) | jack | 2023-02-13 | 3 | -16/+8 |
| | | |||||
* | | Update pico-sdk to 1.5.0 (#19829) | Stefan Kerkmann | 2023-02-13 | 1 | -0/+0 |
| | | |||||
* | | Remove lingering `I2CD2` usages w/ RP2040 (#19833) | jack | 2023-02-13 | 2 | -4/+2 |
| | | |||||
* | | Add rp2040_ce and add elite-pi and helios as alias (#19830) | Joel Challis | 2023-02-12 | 13 | -9/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add rp2040_ce and add elite-pi and helios as alias (#19628) * fix git mishap * Update platforms/chibios/converters/promicro_to_rp2040_ce/_pin_defs.h Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> * Tidy docs --------- Co-authored-by: Conor Burns <mail@conor-burns.com> | ||||
* | | Fixup `develop` compiles. (#19828) | Nick Brassel | 2023-02-13 | 1 | -11/+11 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-02-12 | 12 | -0/+214 |
|\| | |||||
| * | [Keyboard] Add Blue Team Pad (#19807) | Thomas | 2023-02-12 | 12 | -0/+214 |
| | | | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Make Magic handling more consistent in Action Keycode handling (#9126) | Drashna Jaelre | 2023-02-13 | 3 | -7/+24 |
| | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Tidy up use of keycode range helpers (#19813) | Joel Challis | 2023-02-12 | 4 | -9/+8 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-02-12 | 1 | -1/+1 |
|\| | |||||
| * | Fix serial_driver.md list item numbering (#19819) | souvlakeeb | 2023-02-12 | 1 | -1/+1 |
| | | |||||
* | | core: allow locking the matrix state (#18852) | dexter93 | 2023-02-13 | 2 | -1/+15 |
| | | | | | | | | | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | Add combo hook to allow per layer combo reference layers. (#16699) | Eric.a Gebhart | 2023-02-13 | 3 | -8/+104 |
| | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | ||||
* | | Refactor Leader key feature (#19632) | Ryan | 2023-02-13 | 77 | -1950/+2439 |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | Restore packing of midi note keycodes (#19468) | Joel Challis | 2023-02-13 | 2 | -141/+1185 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2023-02-13 | 3 | -3/+4 |
|\| | |||||
| * | Fix layout aliases for two boards (#19818) | Ryan | 2023-02-12 | 2 | -1/+4 |
| | | |||||
| * | Reduce synthlabs/060 firmware size (#19814) | jack | 2023-02-12 | 1 | -3/+0 |
| | | |||||
* | | Fix build failures with `OPT = 0` due to inline functions (#19767) | Sergey Vlasov | 2023-02-12 | 5 | -1/+34 |
| | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | | [Bug] Fix tri layer compiler issue if NO_ACTION_LAYER is defined (#19821) | Drashna Jaelre | 2023-02-12 | 1 | -0/+2 |
| | | |||||
* | | Remove `config.h` include from quantum files (#19817) | jack | 2023-02-12 | 3 | -3/+0 |
| | | |||||
* | | Fixup ek65 -- add processor & bootloader in info.json (#19815) | jack | 2023-02-12 | 1 | -0/+2 |
| | | |||||
* | | [Core] Tri Layer Keys (#19795) | Drashna Jaelre | 2023-02-12 | 19 | -15/+377 |
| | | | | | | | | | | | | | | Co-authored-by: wilba <wilba@wilba.tech> Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-02-11 | 1 | -1/+7 |
|\| | |||||
| * | Update documentation for LM(layer, mod) (#19284) | precondition | 2023-02-11 | 1 | -1/+7 |
| | | | | | | | | | | * Update documentation for LM(layer, mod) * Move LM table to caveats section | ||||
* | | Reduce false positives in layout name validation (#19646) | Joel Challis | 2023-02-11 | 1 | -12/+27 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-02-11 | 1 | -4/+4 |
|\| | |||||
| * | [Docs] Resynchronizing Your Branch including submodules (#19268) | Luis Moreno | 2023-02-11 | 1 | -4/+4 |
| | | |||||
* | | [Keyboard] Fix merge error with fave84 board (#19808) | Drashna Jaelre | 2023-02-11 | 1 | -7/+5 |
| | | |||||
* | | Remove matrix_init_quantum/matrix_scan_quantum (#19806) | Joel Challis | 2023-02-11 | 76 | -319/+148 |
| | | |||||
* | | Generate encodermap output from keymap.json. (#18915) | Nick Brassel | 2023-02-11 | 2 | -74/+121 |
| | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-02-10 | 0 | -0/+0 |
|\| | |||||
| * | Fix bear65 (#19805) | Xelus22 | 2023-02-10 | 1 | -1/+1 |
| | |