~ruther/qmk_firmware

ref: 3665ae04410c064a7ab8e9f8aa5f58b7105e16b8 qmk_firmware/quantum d---------
Fix build error when Automatic Mouse Layer is enabled (#22229)

Fix combo_ref_from_layer respect different default layer [#21780] (#21781)

11a81013 — Joel Challis 1 year, 11 months ago
Fix compilation of dynamic_keymap.c without VIA (#21858)

31a91add — Nick Brassel 1 year, 11 months ago
Merge branch 'develop'
Unicode, Unicodemap and UCIS refactor (#21659)

RGB Matrix: driver naming cleanups (#21594)

dfb6d38f — Joel Challis 1 year, 11 months ago
Simplfy RGB/LED matrix effect logic (#21703)

fix: restore indicators to jellybean_raindrops (#21792)

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)

f0c94530 — Nebuleon 2 years ago
audio: Don't play the first note of zero-note melodies (#21661)

eab315e9 — James Young 2 years ago
Fix Dynamic Macro Compilation for avr-gcc 5.4.0 + Linux (#21653)

Co-authored-by: Joel Challis <git@zvecr.com>
Remove old OLED API code (#21651)

keycode aliases: work around ChibiOS ch.h include guard (#21497)

LED Matrix: driver naming cleanups (#21580)

quantum.h: clean up process_keycode includes (#21579)

96789a7c — Nebuleon 2 years ago
Unify MIDI note calculation with the audio feature's algorithm (#21588)

Unicode: move keycode aliases to a separate header (#21613)

9bc85ff5 — Nebuleon 2 years ago
Reduce needless precision in audio note frequency calculation (#21496)

2c70d389 — leep-frog 2 years ago
On-each-release tap dance function (#20255)

Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Raw HID: documentation improvements (#21596)

Next