Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compilation of dynamic_keymap.c without VIA (#21858) | Joel Challis | 2023-08-29 | 1 | -0/+1 |
| | |||||
* | Unicode, Unicodemap and UCIS refactor (#21659) | Ryan | 2023-08-27 | 17 | -211/+415 |
| | |||||
* | RGB Matrix: driver naming cleanups (#21594) | Ryan | 2023-08-23 | 1 | -96/+96 |
| | |||||
* | Simplfy RGB/LED matrix effect logic (#21703) | Joel Challis | 2023-08-23 | 2 | -0/+48 |
| | |||||
* | fix: restore indicators to jellybean_raindrops (#21792) | Less/Rikki | 2023-08-22 | 1 | -6/+5 |
| | | | | | | | | 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. | ||||
* | haptic: further naming cleanups (#21682) | Ryan | 2023-08-04 | 1 | -2/+2 |
| | |||||
* | audio: Don't play the first note of zero-note melodies (#21661) | Nebuleon | 2023-08-02 | 1 | -0/+4 |
| | |||||
* | Fix Dynamic Macro Compilation for avr-gcc 5.4.0 + Linux (#21653) | James Young | 2023-08-01 | 1 | -1/+1 |
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Remove old OLED API code (#21651) | Ryan | 2023-07-31 | 2 | -4/+0 |
| | |||||
* | keycode aliases: work around ChibiOS ch.h include guard (#21497) | Ryan | 2023-07-31 | 2 | -0/+4 |
| | |||||
* | LED Matrix: driver naming cleanups (#21580) | Ryan | 2023-07-29 | 1 | -45/+45 |
| | |||||
* | quantum.h: clean up process_keycode includes (#21579) | Ryan | 2023-07-29 | 2 | -36/+47 |
| | |||||
* | Unify MIDI note calculation with the audio feature's algorithm (#21588) | Nebuleon | 2023-07-27 | 1 | -2/+2 |
| | |||||
* | Unicode: move keycode aliases to a separate header (#21613) | Ryan | 2023-07-27 | 2 | -107/+126 |
| | |||||
* | Reduce needless precision in audio note frequency calculation (#21496) | Nebuleon | 2023-07-26 | 1 | -1/+1 |
| | |||||
* | On-each-release tap dance function (#20255) | leep-frog | 2023-07-26 | 2 | -5/+17 |
| | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | ||||
* | Raw HID: documentation improvements (#21596) | Ryan | 2023-07-25 | 1 | -0/+26 |
| | |||||
* | Revert "[Bug] Fix compilation error when Split Watchdog enabled" (#21572) | Ryan | 2023-07-22 | 1 | -4/+0 |
| | |||||
* | [Bug] Fix compilation error when Split Watchdog enabled (#21543) | Drashna Jaelre | 2023-07-20 | 1 | -0/+4 |
| | |||||
* | haptic: naming cleanups (#21551) | Ryan | 2023-07-21 | 4 | -43/+51 |
| | |||||
* | quantum: remove direct `quantum.h` includes (#21507) | Ryan | 2023-07-16 | 38 | -45/+184 |
| | |||||
* | process_combo: restore wait.h header (#21514) | フィルターペーパー | 2023-07-12 | 1 | -0/+1 |
| | | | Required for `wait_ms()` function | ||||
* | process_keycode: remove direct `quantum.h` includes (#21486) | Ryan | 2023-07-11 | 46 | -156/+258 |
| | |||||
* | Add MOUSEKEY_WHEEL_DELTA documentation (#21493) | フィルターペーパー | 2023-07-10 | 1 | -3/+3 |
| | |||||
* | keymap_extras: remove direct `quantum.h` includes (#21485) | Ryan | 2023-07-09 | 46 | -40/+46 |
| | |||||
* | debounce: remove direct `quantum.h` includes (#21480) | Ryan | 2023-07-09 | 10 | -18/+13 |
| | |||||
* | Relocate backlight drivers (#21444) | Ryan | 2023-07-08 | 6 | -881/+2 |
| | |||||
* | bootmagic mods covering the case when swapped mods are pressed at the same ↵ | Nick Brassel | 2023-07-08 | 1 | -24/+20 |
| | | | | | time (#21320) (#21472) Co-authored-by: Nimish Gåtam <nimishg@gmail.com> | ||||
* | [Bugfix] Check `NULL` pointers on QP (#20481) | Pablo Martínez | 2023-07-08 | 8 | -24/+39 |
| | |||||
* | Refactor times inverse of sqrt 2 calculation (#21293) | フィルターペーパー | 2023-07-08 | 1 | -5/+10 |
| | |||||
* | [Core] Simplify audio_duration_to_ms() and audio_ms_to_duration(), reduce ↵ | Pascal Getreuer | 2023-07-08 | 1 | -13/+32 |
| | | | | firmware size by a few bytes. (#21427) | ||||
* | Allow key override to respect weak mods caused by caps word (#21434) | Jake Grossman | 2023-07-08 | 1 | -3/+3 |
| | |||||
* | Set minimum middle column value (#21365) | フィルターペーパー | 2023-07-08 | 1 | -1/+5 |
| | |||||
* | Refactor kinetic mouse key feature (#21164) | フィルターペーパー | 2023-07-08 | 1 | -15/+24 |
| | |||||
* | add VIA support for LED Matrix (#21281) | mechlovin | 2023-07-08 | 2 | -2/+111 |
| | |||||
* | [Feature] Send a dummy keycode to neutralize flashing modifiers in retro tap ↵ | precondition | 2023-07-08 | 4 | -0/+54 |
| | | | | and key overrides (#20992) | ||||
* | [Enhancement] More info on `apply_autocorrect` (#21056) | Pablo Martínez | 2023-07-08 | 2 | -4/+54 |
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | Adds a way to separate tab from AUTO_SHIFT_SPECIAL. (#20996) | Chris Salch | 2023-07-07 | 2 | -3/+15 |
| | |||||
* | Get rid of `USB_LED_CAPS_LOCK` (#21436) | Ryan | 2023-07-06 | 2 | -6/+3 |
| | |||||
* | [Core] RGB Matrix limit basic indicators to the last render (#21169) | Xelus22 | 2023-07-02 | 4 | -4/+12 |
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Get rid of `USB_LED_NUM_LOCK` (#21424) | Ryan | 2023-07-02 | 1 | -1/+0 |
| | |||||
* | Get rid of `USB_LED_SCROLL_LOCK` (#21405) | Ryan | 2023-07-02 | 2 | -7/+6 |
| | |||||
* | Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366) | Ryan | 2023-06-27 | 1 | -2/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-18 | 1 | -1/+1 |
|\ | |||||
| * | Fix up operator precedence in RGBLIGHT (#21280) | Nick Brassel | 2023-06-18 | 1 | -1/+1 |
| | | |||||
* | | Rely on introspection to handle OOB access. (#21247) | Nick Brassel | 2023-06-14 | 1 | -12/+3 |
| | | |||||
* | | Refactor the rain lighting decision operator (#21139) | Albert Y | 2023-06-10 | 1 | -7/+3 |
| | | |||||
* | | [Core] RGB matrix ws2812 update (#21135) | Xelus22 | 2023-06-09 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ws2812_update boolean to stop update every single cycle * lint1 Co-authored-by: Joel Challis <git@zvecr.com> * lint2 Co-authored-by: Joel Challis <git@zvecr.com> * Update quantum/rgb_matrix/rgb_matrix_drivers.c --------- Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | | Reset `matrix_need_update` properly in eager debouncing algorithms (#21154) | dexter93 | 2023-06-08 | 3 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | The `matrix_need_update` variable needs to be reset to `false` in `transfer_matrix_values()`, otherwise that function continues to be invoked for every scanning loop (forever with `sym_eager_pk` and `sym_eager_pk`, or until some key gets released with `asym_eager_defer_pk`), and the scanning rate gets much lower because of all that useless work. Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-07 | 1 | -3/+0 |
|\| |