Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | core: make the full 4096 bytes of EEPROM work on Teensy 3.6 (#12947) | Michael Stapelberg | 2021-11-01 | 1 | -14/+199 | |
| | | | | | | | | | | | | | | | | | | | | | | This commit updates QMK’s copy of the the teensy3 Arduino core code with the necessary changes to make the Teensy 3.6 work. Aside from different values for the partitioning, HSRUN mode must be left temporarily while using the EEPROM. fixes https://github.com/kinx-project/kint/issues/8 related to https://github.com/kinx-project/kint/issues/10 | |||||
* | | Manually format develop (#15003) | Joel Challis | 2021-11-01 | 30 | -525/+597 | |
| | | ||||||
* | | Fix up issues shown by clang-format of vusb (#15004) | Joel Challis | 2021-11-01 | 1 | -2/+3 | |
| | | ||||||
* | | Add Fractal RGB matrix effects (#12670) | Albert Y | 2021-11-02 | 3 | -1/+65 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Squashed fractal effect commit for easier rebase * Update documentation * Squashed fractal effect commit for easier rebase * Update documentation * Update doc spacing Co-authored-by: Ryan <fauxpark@gmail.com> * Update feature_rgb_matrix.md Co-authored-by: filterpaper <filterpaper@localhost> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
* | | Fix issues with Oneshot disabling (#14934) | Drashna Jaelre | 2021-11-01 | 2 | -65/+104 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-01 | 7 | -77/+83 | |
|\| | ||||||
| * | [Keyboard] Fix keymaps, RGB matrix, add support for WS2812 (#14974) | AnthonyNguyen168 | 2021-10-31 | 7 | -77/+83 | |
| | | ||||||
* | | Remove complex `fn_actions` macros (#14662) | Ryan | 2021-11-01 | 37 | -5036/+379 | |
| | | | | | | | | | | * Remove complex `fn_actions` macros * Remove additional `KC_FN*` instances | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-31 | 1 | -0/+6 | |
|\| | ||||||
| * | [CLI] Fix broken layout rendering in `qmk info` by '\n' (#14970) | Mateusz Ż | 2021-10-31 | 1 | -0/+6 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-31 | 14 | -0/+718 | |
|\| | ||||||
| * | [Keyboard] Add new keyboard "QooLee" (#14977) | takashicompany | 2021-10-31 | 10 | -0/+595 | |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
| * | Add new default community layout for no f-row TKLs (#14812) | MechMerlin | 2021-10-31 | 4 | -0/+123 | |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-31 | 3 | -2/+10 | |
|\| | ||||||
| * | [Keymap] Disable in-switch RGB when computer goes to bed (#14993) | MechMerlin | 2021-10-30 | 3 | -2/+10 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-30 | 1 | -0/+39 | |
|\| | ||||||
| * | [Keymap] Improved settings for Cradio default keymap (#14971) | Albert Y | 2021-10-30 | 1 | -0/+39 | |
| | | | | | | Co-authored-by: filterpaper <filterpaper@localhost> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-30 | 8 | -165/+271 | |
|\| | ||||||
| * | [Keymap] Jonavin userspace encoder alt tab scrolling (#14979) | jonavin | 2021-10-30 | 8 | -165/+271 | |
| | | | | | | Co-authored-by: Jonavin <=> | |||||
* | | Enable configuration of PWM frequency for IS31FL3733B (#14983) | Joel Challis | 2021-10-30 | 2 | -1/+6 | |
| | | | | | | | | | | | | | | * Enable PWM frequency for IS31FL3733B * Document config option * clang | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-29 | 9 | -30/+23 | |
|\| | ||||||
| * | [Keymap] ajp10304: add mouse scroll keys (#14953) | Alan Pocklington | 2021-10-29 | 9 | -30/+23 | |
| | | ||||||
* | | [Keyboard] Fix Compile issues for lefty (#14982) | Drashna Jaelre | 2021-10-29 | 4 | -31/+30 | |
| | | ||||||
* | | Stop-gap forward-port Drop LED features for CTRL and ALT (#14967) | just-another-jxliu | 2021-10-29 | 8 | -62/+430 | |
| | | ||||||
* | | More platform/protocol alignment (#14976) | Joel Challis | 2021-10-29 | 4 | -86/+84 | |
| | | ||||||
* | | Fix develop after recent changes (#14975) | Joel Challis | 2021-10-28 | 2 | -0/+4 | |
| | | | | | | | | | | * Fix sleep led issues * Fix tests | |||||
* | | Relocate protocol files within tmk_core/common/ (#14972) | Joel Challis | 2021-10-28 | 17 | -7/+14 | |
| | | | | | | | | | | * Relocate non platform files within tmk_core/common/ * clang | |||||
* | | Move LTO logic from common.mk (#14973) | Joel Challis | 2021-10-28 | 7 | -30/+19 | |
| | | ||||||
* | | Remove SERIAL_MOUSE (#14969) | Joel Challis | 2021-10-28 | 5 | -291/+0 | |
| | | ||||||
* | | Migrate makefile utilities to sub-directory (#14917) | Joel Challis | 2021-10-28 | 10 | -11/+15 | |
| | | ||||||
* | | [Keyboard] add Lefty keyboard (#14898) | SmollChungus | 2021-10-27 | 13 | -0/+429 | |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-27 | 12 | -0/+609 | |
|\| | ||||||
| * | [Keyboard] Add support for bm65rgb, a revival of #13361 (#14800) | peepeetee | 2021-10-27 | 9 | -0/+394 | |
| | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: bytesapart <osama@bytesapart.com> | |||||
| * | [Keymap] Add personal lily58 keymap (#14834) | pttbx | 2021-10-27 | 3 | -0/+215 | |
| | | | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: polplop <paultan@handshakes.com.sg> Co-authored-by: paultan <47445257+polplop@users.noreply.github.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-27 | 10 | -0/+258 | |
|\| | ||||||
| * | [Keyboard] binepad bn009 (#14881) | binepad | 2021-10-27 | 10 | -0/+258 | |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-27 | 10 | -0/+452 | |
|\| | ||||||
| * | [Keyboard] Add MW65 Series PCB (#14939) | TW59420 | 2021-10-27 | 10 | -0/+452 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-27 | 1 | -1/+1 | |
|\| | ||||||
| * | [Docs] Add instructions to create keymap before proceeding (#14945) | Albert Y | 2021-10-27 | 1 | -1/+1 | |
| | | | | | | Co-authored-by: filterpaper <filterpaper@localhost> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-27 | 8 | -1/+313 | |
|\| | ||||||
| * | [Keyboard] Cradio keyboard (#14946) | Albert Y | 2021-10-27 | 7 | -0/+312 | |
| | | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: filterpaper <filterpaper@localhost> | |||||
| * | [Keyboard] update(readme): with PCB reset instructions (#14961) | Jeremy Levy | 2021-10-27 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-27 | 11 | -36/+174 | |
|\| | ||||||
| * | [Keymap] Add VLC keymap (#14956) | Marc Nause | 2021-10-27 | 1 | -0/+138 | |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | |||||
| * | [Keyboard] Docs/folder organization and info json fixed (#14239) | jfescobar18 | 2021-10-27 | 10 | -36/+36 | |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-27 | 0 | -0/+0 | |
|\| | ||||||
| * | Fix white spacing issues in kb files (#14963) | Drashna Jaelre | 2021-10-27 | 4 | -133/+133 | |
| | | ||||||
* | | Optimize matrix scanning by removing variable shifts (#14947) | Chad Austin | 2021-10-26 | 2 | -11/+14 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2021-10-26 | 21 | -76/+1066 | |
|\| |