Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-29 | QP getters correction (#22357) | David Hoelscher | |
2023-10-27 | V-USB: Fix `GET_IDLE/SET_IDLE` (#22332) | Ryan | |
Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | |||
2023-10-25 | RGB/LED matrix use limits size optimisation (#22325) | Dasky | |
2023-10-24 | Fix compilation error when led/rgb process limit is zero. (#22328) | Dasky | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2023-10-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-10-24 | Remove extra led_matrix_indicators_user call (#22329) | Dasky | |
2023-10-23 | Separate 6KRO and NKRO report structs (#22267) | Ryan | |
2023-10-22 | Modify split config is_keyboard_master/left checks. (#21875) | Dasky | |
* rework split configuration * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> * lint * missed return --------- Co-authored-by: Joel Challis <git@zvecr.com> | |||
2023-10-22 | Add `_flush()` functions to LED drivers (#22308) | Ryan | |
2023-10-22 | Russian typewriter keymap file for popular legacy layout (#21174) | Andrey Tutolmin | |
Co-authored-by: Andrei Tutolmin <andrei@tutolmin.com> | |||
2023-10-22 | [QP] Add support for OLED, variable framebuffer bpp (#19997) | Nick Brassel | |
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Fixup delta frame coordinates after #20296. | |||
2023-10-21 | Rename `DRIVER_ADDR_n` defines (#22200) | Ryan | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-10-14 | Prep work for NKRO report separation (#22268) | Ryan | |
* Clean up some keyboard/userspace code * Rename `KEYBOARD_REPORT_BITS` -> `NKRO_REPORT_BITS` * Add some missing includes * Use `PACKED` define for report types * Fix incorrect function signatures for FlexRAM EEPROM driver | |||
2023-10-11 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-10-11 | add missing gpio include for pointing motion pin (#22246) | Dasky | |
2023-10-08 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-10-08 | Fix build error when Automatic Mouse Layer is enabled (#22229) | ikorihn | |
2023-10-08 | [Bugfix] `qp_ellipse` overflow (#19005) | Pablo Martínez | |
2023-10-04 | Rename CKLED2001 driver to SNLED27351 (#22071) | Ryan | |
2023-10-04 | Fix memory leak in realloc failure handling (#22188) | Kuan-Wei, Chiu | |
2023-10-03 | is31fl3737/3741: add LED Matrix support (#22163) | Ryan | |
2023-09-29 | Add _DEFAULT_ON lighting configuration options (#21865) | Joel Challis | |
2023-09-29 | Add `RGBLIGHT_DEFAULT_ON` macro configuration option (#20857) | Álvaro A. Volpato | |
* ADD RGB_DEFAULT_DISABLED option and updated documentation * Formatting * Add as by fauxpark's suggestion Co-authored by: fauxpark * Formatting * Use boolean values instead of numerical Co-authored-by: Ryan <fauxpark@gmail.com> * Edit documentation formatting Co-authored-by: Ryan <fauxpark@gmail.com> * Remove comment Co-authored-by: Ryan <fauxpark@gmail.com> * Set RGB mode to DEFAULT macro at init Co-authored-by: Ryan <fauxpark@gmail.com> --------- Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: zvecr <git@zvecr.com> | |||
2023-09-28 | refactor: move default RGB/LED matrix #defines (#21938) | Less/Rikki | |
* refactor: move default RGB/LED matrix #defines Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to leverage these defaults without requiring #ifdef guards (and often repeating said fallback definitions). * style: use if(n)def for consistency and remove redundant UINT8_MAX checks on maximum brightness Co-authored-by: Joel Challis <git@zvecr.com> * refactor: remove INDICATOR_MAX_BRIGHTNESS macro Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> | |||
2023-09-27 | is31fl3218: Add LED Matrix support (#22126) | Ryan | |
Co-authored-by: Joel Challis <git@zvecr.com> | |||
2023-09-27 | is31fl3736: extract single-color API (#22133) | Ryan | |
2023-09-25 | Move velocikey to within rgblight (#22123) | Joel Challis | |
2023-09-25 | Added flower blooming on RGB Matrix effect (#21948) | HorrorTroll | |
2023-09-25 | Fix OSM on a OSL activated layer (#20410) | NapOli1084 | |
2023-09-25 | [Enhancement] Improvements for debounce test coverage + bug fixes for ↵ | Andre Brait | |
sym_defer_g and sym_eager_pr (#21667) Co-authored-by: Nebuleon <2391500+Nebuleon@users.noreply.github.com> | |||
2023-09-25 | Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test ↵ | Isaac Elenbaas | |
cases (#15889) | |||
2023-09-25 | Merge remote-tracking branch 'upstream/master' into develop | Nick Brassel | |
2023-09-25 | Fix combo_ref_from_layer respect different default layer [#21780] (#21781) | Ben Cooper | |
2023-09-25 | [Enhancement] QP Getters (#21171) | Pablo Martínez | |
2023-09-25 | Improve directional transition of overlapping mouse keys (#21494) | フィルターペーパー | |
2023-09-25 | Add full solenoid support on split keyboards (#21583) | jacob-w-gable | |
Co-authored-by: Jacob Gable <jacob.gable@statheros.tech> | |||
2023-09-21 | RGBLight/Backlight: add prefixed driver defines (#22089) | Ryan | |
2023-09-21 | LED/RGB Matrix: prefix driver defines (#22088) | Ryan | |
2023-09-20 | Move `PACKED` define to util.h (#22074) | Ryan | |
2023-09-17 | Complete RGB Matrix support for IS31FL3218 (#22004) | Ryan | |
2023-09-17 | Lvgl rate control (#22049) | David Hoelscher | |
2023-09-14 | [Bug] Fix default layer value in eeconfig_init (#21909) | Drashna Jaelre | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2023-09-13 | aw20216: driver naming cleanups (#21891) | Ryan | |
2023-09-04 | Add `mousekey.h` include to `quantum.h` (#21897) | Ryan | |
2023-09-04 | Clean up RGB LED type (#21859) | Ryan | |
2023-08-29 | Fix compilation of dynamic_keymap.c without VIA (#21858) | Joel Challis | |
2023-08-27 | Unicode, Unicodemap and UCIS refactor (#21659) | Ryan | |
2023-08-23 | RGB Matrix: driver naming cleanups (#21594) | Ryan | |
2023-08-23 | Simplfy RGB/LED matrix effect logic (#21703) | Joel Challis | |
2023-08-22 | fix: restore indicators to jellybean_raindrops (#21792) | Less/Rikki | |
After #21169, rgb_matrix_indicators() was limited to running on the final render iteration. Since the jellybean_raindrops animation immediately returns false after updating a single LED, the iteration count no longer ends up high enough to render non-advanced indicators. This change also brings jellybean_raindrops more in line with raindrops. |