Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to ChibiOS 20.3.4, support builds against trunk (#14208) | Nick Brassel | 2021-11-03 | 2 | -66/+64 |
| | | | | | | | | | | | | | | | | | | | * Add support for building against ChibiOS svn/trunk. * Swap to 21.6.x * Update to latest branch revision as released version is broken. * Updated configs. * Conf updates. * Updated ChibiOS * Convert STM32L422 to actual L422 ChibiOS platform. * Downgrade to 20.3.4 as ChibiOS 21.6.x is being aborted. * Rollback L422-based boards. | ||||
* | overnumpad controller: Add support for turning off solenoid enable in low ↵ | Purdea Andrei | 2021-11-02 | 10 | -18/+10 |
| | | | | power. (#15021) | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-02 | 3 | -20/+132 |
|\ | |||||
| * | Add Redox Media Configurator Data (#15013) | James Young | 2021-11-02 | 3 | -20/+132 |
| | | |||||
* | | [Keyboard] Fix size issues on pistachio pro via keymap (#15017) | Drashna Jaelre | 2021-11-02 | 1 | -1/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-11-02 | 1 | -0/+2 |
|\| | |||||
| * | [Keyboard] Fix compilation size issues for Canary 60 RGB (#15016) | Drashna Jaelre | 2021-11-02 | 1 | -0/+2 |
| | | |||||
* | | [Keyboard] Fix missing return for oled task on Arabica37 (#15011) | Drashna Jaelre | 2021-11-02 | 1 | -1/+1 |
| | | |||||
* | | [Keyboard] Fix missing return for oled task on Lefty (#15010) | Drashna Jaelre | 2021-11-02 | 1 | -0/+1 |
| | | |||||
* | | Add support to persist MD LED framework settings (#14980) | Joel Challis | 2021-11-02 | 4 | -0/+22 |
| | | | | | | | | | | | | | | | | | | * Add support to persist MD LED framework settings * avoid out-of-bounds errors when SmartEEPROM is not enabled * Update brightness defaults * clang | ||||
* | | [Core] Change OLED task function to be boolean (#14864) | Drashna Jaelre | 2021-11-02 | 262 | -582/+934 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty | ||||
* | | Add support for ISSI drivers on both sides of a split keyboard (#13842) | Vlad K | 2021-11-02 | 3 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | | 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 | 10 | -12/+12 |
| | | | | | | | | | | * Remove complex `fn_actions` macros * Remove additional `KC_FN*` instances | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-31 | 10 | -0/+595 |
|\| | |||||
| * | [Keyboard] Add new keyboard "QooLee" (#14977) | takashicompany | 2021-10-31 | 10 | -0/+595 |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | 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 | 3 | -2/+8 |
|\| | |||||
| * | [Keymap] Jonavin userspace encoder alt tab scrolling (#14979) | jonavin | 2021-10-30 | 3 | -2/+8 |
| | | | | | | Co-authored-by: Jonavin <=> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-29 | 6 | -22/+15 |
|\| | |||||
| * | [Keymap] ajp10304: add mouse scroll keys (#14953) | Alan Pocklington | 2021-10-29 | 6 | -22/+15 |
| | | |||||
* | | [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 | 6 | -58/+365 |
| | | |||||
* | | Move LTO logic from common.mk (#14973) | Joel Challis | 2021-10-28 | 5 | -18/+10 |
| | | |||||
* | | [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 | 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> | ||||
| * | Fix white spacing issues in kb files (#14963) | Drashna Jaelre | 2021-10-27 | 4 | -133/+133 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2021-10-26 | 21 | -76/+1066 |
|\| | |||||
| * | [Keymap] Add planck/pjanx and keebio/nyquist/pjanx keymaps (#13115) | Přemysl Eric Janouch | 2021-10-26 | 7 | -0/+553 |
| | | |||||
| * | [Keyboard] add ProjectCain Vault35; update Vault45 (#13652) | projectcain | 2021-10-26 | 13 | -62/+498 |
| | | | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-26 | 12 | -0/+304 |
|\| | |||||
| * | [Keyboard] Add minimon/Index tab 13x6 ortho (#14765) | Kyrre Havik | 2021-10-26 | 12 | -0/+304 |
| | | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> 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-26 | 15 | -0/+465 |
|\| | |||||
| * | [Keyboard] add support for Phoenix45_Ortho PCB (#14798) | npspears | 2021-10-26 | 15 | -0/+465 |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-10-26 | 2 | -0/+34 |
|\| | |||||
| * | [Keymap] Add via keymap for meishi2 (#14892) | MakotoKurauchi | 2021-10-26 | 2 | -0/+34 |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> |