Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Typographic updates to source generation (#19160) | Jouke Witteveen | 2023-02-10 | 2 | -23/+22 |
| | | |||||
* | | Tidy up use of keycode range helpers (#19756) | Joel Challis | 2023-02-10 | 16 | -33/+39 |
| | | |||||
* | | Move more unicode ranges to DD (#19755) | Joel Challis | 2023-02-10 | 3 | -5/+16 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-02-10 | 9 | -6/+569 |
|\| | |||||
| * | [Keyboard] Update Pachi RGB Rev2 VIA custom indicators (#19788) | Xelus22 | 2023-02-10 | 3 | -6/+370 |
| | | |||||
| * | [Keyboard] Add the Twilight by MD (#19787) | Wolf Van Herreweghe | 2023-02-10 | 6 | -0/+199 |
| | | | | | | Co-authored-by: Wolf <contact@vwolf.be> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-02-10 | 5 | -0/+168 |
|\| | |||||
| * | [Keyboard] Add Dactyl 6x5 68 keys (#18679) | kpagratis | 2023-02-10 | 5 | -0/+168 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-02-10 | 1 | -1/+1 |
|\| | |||||
| * | [Docs] Combos example consistently uses A B keys (#19792) | Arialdo Martini | 2023-02-10 | 1 | -1/+1 |
| | | |||||
* | | [Docs] Change defines to enums in examples (#19793) | Pablo MartÃnez | 2023-02-10 | 3 | -9/+15 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2023-02-10 | 113 | -641/+5684 |
|\| | |||||
| * | [Keyboard] Add alas keyboard (#19717) | yiancar | 2023-02-10 | 9 | -0/+363 |
| | | | | | | | | | | | | Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: yiancar <yiancar@gmail.com> | ||||
| * | [Keyboard] Flinguenheld (#19661) | FLinguenheld | 2023-02-10 | 10 | -0/+1835 |
| | |