Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add layout change callbacks to VIA (#16087) | Drashna Jaelre | 2022-02-06 | 2 | -0/+5 | |
| | | | | | | | | | | * Add layout change callbacks to VIA * Update worklouder example | |||||
* | | Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, ↵ | MasterSpoon | 2022-02-06 | 4 | -2/+106 | |
| | | | | | | | | | | IS31FL3745, IS31FL3746A (#14989) Co-authored-by: Xelus22 <17491233+Xelus22@users.noreply.github.com> | |||||
* | | [Bug] Fix layer_state restoration at end of dynamic macro feature (#16230) | Desprez Jean-Marc | 2022-02-06 | 1 | -1/+1 | |
| | | ||||||
* | | RGB Matrix: Reload from EEPROM (#15923) | Adam Lickel | 2022-02-04 | 2 | -0/+13 | |
| | | | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | |||||
* | | Format code according to conventions (#16211) | QMK Bot | 2022-02-04 | 1 | -7/+5 | |
| | | ||||||
* | | [Core] Add Pixel Flow RGB matrix effect (#15829) | Albert Y | 2022-02-05 | 2 | -0/+52 | |
| | | | | | | | | | | | | | | | | | | | | | | * Initial PIXEL FLOW matrix effect commit * Commit suggested use of rgb_matrix_check_finished_leds Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Code change support for split RGB Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-02-04 | 2 | -52/+0 | |
|\| | ||||||
| * | Revert "[Core] Add Pixel Flow RGB matrix effect (#15829)" (#16209) | Nick Brassel | 2022-02-05 | 2 | -52/+0 | |
| | | | | | | This reverts commit e8fa329073d8752cad9b11b90287fd20f130ac6f. | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-02-04 | 2 | -0/+52 | |
|\| | ||||||
| * | [Core] Add Pixel Flow RGB matrix effect (#15829) | Albert Y | 2022-02-05 | 2 | -0/+52 | |
| | | | | | | | | | | | | | | | | | | | | | | * Initial PIXEL FLOW matrix effect commit * Commit suggested use of rgb_matrix_check_finished_leds Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Code change support for split RGB Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | |||||
* | | Initial migration of suspend callbacks (#16067) | Joel Challis | 2022-02-05 | 1 | -23/+0 | |
| | | | | | | | | | | * Initial migration of suspend logic * Add header | |||||
* | | Don't make EEPROM size assumptions with dynamic keymaps. (#16054) | Nick Brassel | 2022-02-02 | 1 | -13/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't make EEPROM size assumptions with dynamic keymaps. * Add support for checking against emulated flash, error out if someone attempts to build a board without specifying EEPROM size. * Reorder defines so that MCU is considered last. * Refactor EEPROM definitions for simplicity. * Fix max sizing of kabedon/kabedon980. * Fix max sizing of mechlovin/olly/jf. * Fix unit tests. * Review comments, add messages with values during build failures. | |||||
* | | Format code according to conventions (#16110) | QMK Bot | 2022-01-29 | 1 | -3/+2 | |
| | | ||||||
* | | Combo `TAP_CODE_DELAY` and `clear_weak_mods` (#15866) | Pete Sevander | 2022-01-28 | 1 | -0/+13 | |
| | | ||||||
* | | Adjust tap_code16 to account for TAP_HOLD_CAPS_DELAY (#15635) | Ga68 | 2022-01-28 | 1 | -3/+6 | |
| | | | | | | Co-authored-by: Ga68 <github.ga68.e@grxme.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-01-27 | 1 | -3/+2 | |
|\| | ||||||
| * | Fixes for slovak language-specific keycodes (#16019) | KraXen72 | 2022-01-27 | 1 | -3/+2 | |
| | | ||||||
* | | Deprecate split transactions status field (#16023) | Stefan Kerkmann | 2022-01-26 | 3 | -6/+4 | |
| | | ||||||
* | | Enable a default task throttle for split pointing. (#15925) | Dasky | 2022-01-26 | 3 | -6/+5 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-01-25 | 1 | -2/+3 | |
|\| | ||||||
| * | Fix joystick button off-by-one error (#16037) | Ryan | 2022-01-25 | 1 | -2/+3 | |
| | | ||||||
* | | Fix up issue with PROGMEM and hand_swap_config (#16027) | Joel Challis | 2022-01-24 | 1 | -0/+1 | |
| | | ||||||
* | | Rip out old macro and action_function system (#16025) | Ryan | 2022-01-24 | 12 | -429/+4 | |
| | | | | | | | | | | | | | | * Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com> | |||||
* | | Relocate matrix_init_quantum content (#15953) | Joel Challis | 2022-01-23 | 4 | -41/+45 | |
| | | | | | | | | | | | | | | * Relocate matrix_init_quantum content * Update include order * Fix cherry pick from 15722 | |||||
* | | [Bug] Fix compilation issues for led indicators (#16001) | Drashna Jaelre | 2022-01-22 | 1 | -0/+1 | |
| | | ||||||
* | | Fix BACKLIGHT_CAPS_LOCK warning (#15999) | Joel Challis | 2022-01-22 | 1 | -6/+8 | |
| | | | | | | | | | | * Fix BACKLIGHT_CAPS_LOCK warning * align defs | |||||
* | | Align location of some host led logic (#15954) | Joel Challis | 2022-01-22 | 6 | -44/+56 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Align location of host led logic * Move more * align ifdefs * Fix up includes * Move callback defs * Convert comment to build message | |||||
* | | fixed typo in orange HSV colors decalartion (#15976) | Ryan Hausen | 2022-01-22 | 1 | -1/+1 | |
| | | ||||||
* | | Adjust mouse key defaults (#15883) | Albert Y | 2022-01-21 | 1 | -9/+9 | |
| | | ||||||
* | | [Bug] Fix hack for chibiOS reset name (#15984) | Drashna Jaelre | 2022-01-22 | 1 | -2/+2 | |
| | | ||||||
* | | Rename some Quantum keycodes (#15968) | Ryan | 2022-01-22 | 5 | -14/+31 | |
| | | | | | | | | | | * Rename some Quantum keycodes * Tweak EEPROM clear and debug keycode short aliases | |||||
* | | Relocate matrix_scan_quantum tasks (#15882) | Joel Challis | 2022-01-19 | 2 | -71/+72 | |
| | | | | | | | | | | | | | | * Move matrix_scan_quantum tasks * Fix tests * Fix up missing refs | |||||
* | | Add init function to clear previous effect (#15815) | Albert Y | 2022-01-17 | 1 | -0/+4 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-01-15 | 1 | -1/+0 | |
|\| | ||||||
| * | [Bug] Remove config.h include in dynamic_keymap.c (#15886) | Drashna Jaelre | 2022-01-15 | 1 | -1/+0 | |
| | | ||||||
* | | Add PMW3389 optical sensor Support (Updated) (#15740) | Alabastard-64 | 2022-01-11 | 2 | -0/+39 | |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | |||||
* | | Advanced deferred_exec for core-side code. (#15579) | Nick Brassel | 2022-01-10 | 2 | -55/+149 | |
| | | ||||||
* | | New combo configuration options (#15083) | Pete Sevander | 2022-01-09 | 1 | -1/+38 | |
| | | | | | | Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> | |||||
* | | Slight tidy up of keyboard task loop (#15725) | Joel Challis | 2022-01-09 | 1 | -35/+48 | |
| | | ||||||
* | | IS31FL3733 driver for LED Matrix (#15088) | Leo Deng | 2022-01-08 | 1 | -0/+4 | |
| | | ||||||
* | | Unify the key up/down behaviour of RGB keycodes (#15730) | Joel Challis | 2022-01-06 | 1 | -5/+1 | |
| | | ||||||
* | | Format code according to conventions (#15693) | QMK Bot | 2021-12-31 | 1 | -1/+1 | |
| | | ||||||
* | | Fix split pointing for analog joystick (#15691) | Dasky | 2021-12-31 | 1 | -2/+4 | |
| | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
* | | [Bug] Include missing string.h include (#15606) | Drashna Jaelre | 2021-12-28 | 1 | -0/+1 | |
| | | ||||||
* | | [Core] Fix bug and code regression for Split Common (#15603) | Drashna Jaelre | 2021-12-28 | 2 | -13/+10 | |
| | | ||||||
* | | pwm3360 driver cleanup and diff reduction to adns9800 (#15559) | uqs | 2021-12-27 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Diff reduction between ADNS9800 and PMW3360 drivers. They are very similar devices. This (somewhat) unreadable diff is essentially a no-op, but it makes a `vimdiff` between the 2 drivers much more readable. * Cleanup pwm3360 driver some more. Remove redundant calls to spi_start() and spi_stop(), as pmw3360_write() will already call these. | |||||
* | | Custom matrix lite support for split keyboards (#14674) | Jay Greco | 2021-12-27 | 3 | -39/+72 | |
| | | | | | | | | | | | | | | * Custom matrix lite support for split keyboards * WIP: matrix -> matrix_common refactor * Move matrix_post_scan() to matrix_common.c | |||||
* | | Format code according to conventions (#15590) | QMK Bot | 2021-12-27 | 1 | -15/+30 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-12-27 | 1 | -6/+2 | |
|\| | ||||||
| * | fix RGB_DISABLE_TIMEOUT flicker on split keyboards (#14954) | Erik Berthold | 2021-12-27 | 1 | -6/+2 | |
| | |