Widen the ARM Cortex-M family support. Allow USB peripheral change. (#18767)
Merge remote-tracking branch 'origin/master' into develop
Adjust oled gen to fix flashing on timeout (#18747)
Fixes an issue in Ocean Dream that causes flashing after the oled screen
times out and turns off.
This occurs because writing to an OLED screen turns it on as well and we
are both writing then immediately turning the screen off, but only if
the timeout has occurred (no WPM, 30 seconds has passed).
A little personal cleanup after #18726 and #18729 (#18734)
* A little cleanup after #18726
* Re-instate RGBLIGHT_EFFECT_STATIC_GRADIENT
* Extend to spin
Merge remote-tracking branch 'upstream/master' into develop
[CI] Format code according to conventions (#18756)
4 Driver support for IS31FL3737 (#18750)
* Added 4 driver support for the IS31FL3737 LED driver
* Updated docs for IS31FL3737 to support 4 drivers
Merge remote-tracking branch 'origin/master' into develop
Fixup handwired/kbod (#18754)
Remove legacy sendstring keycodes (#18749)
Merge remote-tracking branch 'origin/master' into develop
Allow Fedora to update ChibiOS configs. (#18698)
Remove legacy keycodes, part 6 (#18740)
* `KC_RSHIFT` -> `KC_RSFT`
* `KC_RCTRL` -> `KC_RCTL`
* `KC_LSHIFT` -> `KC_LSFT`
* `KC_LCTRL` -> `KC_LCTL`
Merge remote-tracking branch 'upstream/master' into develop
Slipped through the cracks. (#18742)
Mark the moonlander keyboard default music map as weak (#18715)
This allows user keymaps to set a different music map.
Fixup work_louder/micro VIA keymap (#18738)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Fixup latinpadble (#18736)
Remove legacy keycodes, part 5 (#18710)
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`