Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-02 | [Core] Change OLED task function to be boolean (#14864) | Drashna Jaelre | |
* [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty | |||
2021-11-02 | define to AUTO_SHIFT_DISABLED_AT_STARTUP (#14201) | Woody | |
Co-authored-by: agodinhost <agodinhost@globo.com> | |||
2021-11-02 | Add support for ISSI drivers on both sides of a split keyboard (#13842) | Vlad K | |
* Gets RGB working on a split keyboard with IS31FL3733. Currently needs small tweak to re-enable WS2812 * Added helper function * Trying to integrate the function * Moved functionality into a macro * Swapped conditional for a macro everywhere * Tidying up * More code cleanup * Documentation updates * Fixed formatting via linter * Switching to a function from a macro * Fixed compile error * Fixing WS2812 behavior. UNTESTED. * Updated documentation about the driver addresses. * Fixed code for WS2812 * Trying to add in LED_MATRIX support * Updated effects for LED matrix * Updated third-party effect defines. * Ran format-c on modified files * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Move to static inline. Avoids issues with gcc v8+ * Move helper function for LED_matrix to static inline to avoid issues with gcc v8+ Co-authored-by: Vlad Kvitnevskiy <vladkvit@outlook.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-11-01 | core: make the full 4096 bytes of EEPROM work on Teensy 3.6 (#12947) | Michael Stapelberg | |
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 | |||
2021-11-01 | Manually format develop (#15003) | Joel Challis | |
2021-11-01 | Fix up issues shown by clang-format of vusb (#15004) | Joel Challis | |
2021-11-02 | Add Fractal RGB matrix effects (#12670) | Albert Y | |
* 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> | |||
2021-11-01 | Fix issues with Oneshot disabling (#14934) | Drashna Jaelre | |
2021-11-01 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-31 | [Keyboard] Fix keymaps, RGB matrix, add support for WS2812 (#14974) | AnthonyNguyen168 | |
2021-11-01 | Remove complex `fn_actions` macros (#14662) | Ryan | |
* Remove complex `fn_actions` macros * Remove additional `KC_FN*` instances | |||
2021-10-31 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-31 | [CLI] Fix broken layout rendering in `qmk info` by '\n' (#14970) | Mateusz Ż | |
2021-10-31 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-31 | [Keyboard] Add new keyboard "QooLee" (#14977) | takashicompany | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-10-31 | Add new default community layout for no f-row TKLs (#14812) | MechMerlin | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-10-31 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-30 | [Keymap] Disable in-switch RGB when computer goes to bed (#14993) | MechMerlin | |
2021-10-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-30 | [Keymap] Improved settings for Cradio default keymap (#14971) | Albert Y | |
Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-10-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-30 | [Keymap] Jonavin userspace encoder alt tab scrolling (#14979) | jonavin | |
Co-authored-by: Jonavin <=> | |||
2021-10-30 | Enable configuration of PWM frequency for IS31FL3733B (#14983) | Joel Challis | |
* Enable PWM frequency for IS31FL3733B * Document config option * clang | |||
2021-10-29 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-29 | [Keymap] ajp10304: add mouse scroll keys (#14953) | Alan Pocklington | |
2021-10-29 | [Keyboard] Fix Compile issues for lefty (#14982) | Drashna Jaelre | |
2021-10-29 | Stop-gap forward-port Drop LED features for CTRL and ALT (#14967) | just-another-jxliu | |
2021-10-29 | More platform/protocol alignment (#14976) | Joel Challis | |
2021-10-28 | Fix develop after recent changes (#14975) | Joel Challis | |
* Fix sleep led issues * Fix tests | |||
2021-10-28 | Relocate protocol files within tmk_core/common/ (#14972) | Joel Challis | |
* Relocate non platform files within tmk_core/common/ * clang | |||
2021-10-28 | Move LTO logic from common.mk (#14973) | Joel Challis | |
2021-10-28 | Remove SERIAL_MOUSE (#14969) | Joel Challis | |
2021-10-28 | Migrate makefile utilities to sub-directory (#14917) | Joel Challis | |
2021-10-27 | [Keyboard] add Lefty keyboard (#14898) | SmollChungus | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-10-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-27 | [Keyboard] Add support for bm65rgb, a revival of #13361 (#14800) | peepeetee | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: bytesapart <osama@bytesapart.com> | |||
2021-10-27 | [Keymap] Add personal lily58 keymap (#14834) | pttbx | |
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> | |||
2021-10-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-27 | [Keyboard] binepad bn009 (#14881) | binepad | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-10-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-27 | [Keyboard] Add MW65 Series PCB (#14939) | TW59420 | |
2021-10-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-27 | [Docs] Add instructions to create keymap before proceeding (#14945) | Albert Y | |
Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-10-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-27 | [Keyboard] Cradio keyboard (#14946) | Albert Y | |
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-10-27 | [Keyboard] update(readme): with PCB reset instructions (#14961) | Jeremy Levy | |
2021-10-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-27 | [Keymap] Add VLC keymap (#14956) | Marc Nause | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2021-10-27 | [Keyboard] Docs/folder organization and info json fixed (#14239) | jfescobar18 | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-10-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |