| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570) | Ryan | 2023-12-12 | 2 | -17/+23 |
| | | |||||
| * | Keymap introspection for Dip Switches (#22543) | Joel Challis | 2023-12-12 | 6 | -1/+89 |
| | | |||||
| * | Align Dip Switch feature (#22625) | Joel Challis | 2023-12-08 | 3 | -19/+32 |
| | | |||||
| * | LED/RGB Matrix: add header for drivers (#22628) | Ryan | 2023-12-08 | 6 | -75/+87 |
| | | |||||
| * | Rework RGBLight driver system (#22529) | Ryan | 2023-12-05 | 4 | -20/+47 |
| | | |||||
| * | Add latam spanish headers (#22542) | JuanoD | 2023-12-04 | 2 | -0/+225 |
| | | |||||
| * | Converted RGB matrix to use last_input_activity_elapsed(). (#21687) | Pete Neisen | 2023-11-29 | 2 | -36/+6 |
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | New RGB Animations - 4 "Starlight" Animation Variations (#22212) | db | 2023-11-26 | 5 | -0/+118 |
| | | |||||
| * | Improve and Cleanup Shutdown callbacks (#21060) | Drashna Jaelre | 2023-11-26 | 2 | -9/+16 |
| | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> | ||||
| * | Add simpler method for relocating functions to RAM. (#21804) | Nick Brassel | 2023-11-22 | 1 | -0/+4 |
| | | |||||
| * | Azoteq IQS5xx support (#22280) | Dasky | 2023-11-20 | 2 | -0/+116 |
| | | |||||
| * | Remove requirement for `keymap_steno.h` include in keymaps (#22423) | Ryan | 2023-11-12 | 4 | -117/+123 |
| | | | | | | * Remove requirement for `keymap_steno.h` include in keymaps * Add back keymap_steno.h with a note for the time being | ||||
| * | fix: make clicky delay silent (#21866) | Less/Rikki | 2023-11-11 | 1 | -1/+1 |
| | | |||||
| * | Migrate some common features to generic (#22403) | Joel Challis | 2023-11-09 | 1 | -2/+2 |
| | | |||||
| * | Generate switch statement helpers for keycode ranges (#20059) | Joel Challis | 2023-11-01 | 2 | -5/+27 |
| | | |||||
| * | Relocate LED driver init code (#22365) | Ryan | 2023-11-01 | 2 | -519/+64 |
| | | |||||
| * | QP getters correction (#22357) | David Hoelscher | 2023-10-29 | 1 | -2/+4 |
| | | |||||
| * | V-USB: Fix `GET_IDLE/SET_IDLE` (#22332) | Ryan | 2023-10-27 | 1 | -5/+0 |
| | | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | ||||
| * | RGB/LED matrix use limits size optimisation (#22325) | Dasky | 2023-10-25 | 4 | -66/+89 |
| | | |||||
| * | Fix compilation error when led/rgb process limit is zero. (#22328) | Dasky | 2023-10-24 | 4 | -7/+3 |
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-10-24 | 1 | -2/+0 |
| |\ | |||||
| | * | Remove extra led_matrix_indicators_user call (#22329) | Dasky | 2023-10-24 | 1 | -2/+0 |
| | | | |||||
| * | | Separate 6KRO and NKRO report structs (#22267) | Ryan | 2023-10-23 | 3 | -16/+52 |
| | | | |||||
| * | | Modify split config is_keyboard_master/left checks. (#21875) | Dasky | 2023-10-22 | 1 | -33/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | | Add `_flush()` functions to LED drivers (#22308) | Ryan | 2023-10-22 | 2 | -214/+17 |
| | | | |||||
| * | | Russian typewriter keymap file for popular legacy layout (#21174) | Andrey Tutolmin | 2023-10-22 | 1 | -0/+93 |
| | | | | | | | | | Co-authored-by: Andrei Tutolmin <andrei@tutolmin.com> | ||||
| * | | [QP] Add support for OLED, variable framebuffer bpp (#19997) | Nick Brassel | 2023-10-22 | 11 | -50/+118 |
| | | | | | | | | | | | | | 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. | ||||
| * | | Rename `DRIVER_ADDR_n` defines (#22200) | Ryan | 2023-10-21 | 2 | -281/+275 |
| | | | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | | Prep work for NKRO report separation (#22268) | Ryan | 2023-10-14 | 2 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-10-11 | 1 | -0/+2 |
| |\| | |||||
| | * | add missing gpio include for pointing motion pin (#22246) | Dasky | 2023-10-11 | 1 | -0/+2 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-10-08 | 1 | -0/+1 |
| |\| | |||||
| | * | Fix build error when Automatic Mouse Layer is enabled (#22229) | ikorihn | 2023-10-08 | 1 | -0/+1 |
| | | | |||||
| * | | [Bugfix] `qp_ellipse` overflow (#19005) | Pablo Martínez | 2023-10-08 | 1 | -6/+6 |
| | | | |||||
| * | | Rename CKLED2001 driver to SNLED27351 (#22071) | Ryan | 2023-10-04 | 4 | -44/+44 |
| | | | |||||
| * | | Fix memory leak in realloc failure handling (#22188) | Kuan-Wei, Chiu | 2023-10-04 | 1 | -3/+4 |
| | | | |||||
| * | | is31fl3737/3741: add LED Matrix support (#22163) | Ryan | 2023-10-02 | 2 | -1/+101 |
| | | | |||||
| * | | Add _DEFAULT_ON lighting configuration options (#21865) | Joel Challis | 2023-09-29 | 5 | -9/+24 |
| | | | |||||
| * | | Add `RGBLIGHT_DEFAULT_ON` macro configuration option (#20857) | Álvaro A. Volpato | 2023-09-29 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | | refactor: move default RGB/LED matrix #defines (#21938) | Less/Rikki | 2023-09-28 | 5 | -91/+79 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | | is31fl3218: Add LED Matrix support (#22126) | Ryan | 2023-09-27 | 2 | -9/+31 |
| | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
| * | | is31fl3736: extract single-color API (#22133) | Ryan | 2023-09-27 | 2 | -3/+54 |
| | | | |||||
| * | | Move velocikey to within rgblight (#22123) | Joel Challis | 2023-09-25 | 8 | -83/+90 |
| | | | |||||
| * | | Added flower blooming on RGB Matrix effect (#21948) | HorrorTroll | 2023-09-25 | 2 | -0/+54 |
| | | | |||||
| * | | Fix OSM on a OSL activated layer (#20410) | NapOli1084 | 2023-09-25 | 1 | -1/+1 |
| | | | |||||
| * | | [Enhancement] Improvements for debounce test coverage + bug fixes for ↵ | Andre Brait | 2023-09-25 | 14 | -18/+422 |
| | | | | | | | | | | | | | sym_defer_g and sym_eager_pr (#21667) Co-authored-by: Nebuleon <2391500+Nebuleon@users.noreply.github.com> | ||||
| * | | Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test ↵ | Isaac Elenbaas | 2023-09-25 | 4 | -52/+58 |
| | | | | | | | | | cases (#15889) | ||||
| * | | Merge remote-tracking branch 'upstream/master' into develop | Nick Brassel | 2023-09-25 | 1 | -1/+1 |
| |\| | |||||
| | * | Fix combo_ref_from_layer respect different default layer [#21780] (#21781) | Ben Cooper | 2023-09-25 | 1 | -1/+1 |
| | | | |||||
| * | | [Enhancement] QP Getters (#21171) | Pablo Martínez | 2023-09-25 | 2 | -23/+133 |
| | | | |||||