Remove quantum/audio from global VPATH (#18753)
[CLI] Ensure consistent clean behaviour (#18781)
Remove legacy EEPROM clear keycodes (#18782)
* `EEP_RST` -> `EE_CLR`, default-ish keymaps
* `EEP_RST` -> `EE_CLR`, user keymaps
* `EEP_RST` -> `EE_CLR`, community layouts
* `EEP_RST` -> `EE_CLR`, userspace
* `EEP_RST` -> `EE_CLR`, docs & core
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Fix LEDs being inverted on Sabre (#18762)
Merge remote-tracking branch 'origin/master' into develop
Wilba Tech WT65-D Layout Additions (#18779)
Merge remote-tracking branch 'origin/master' into develop
Ano Layout Refactor (#18778)
* info.json: apply friendly formatting
* info.json: remove dead space in Configurator rendering
* physically arrange layout macro
* info.json: correct Configurator key sequence
Merge remote-tracking branch 'origin/master' into develop
Delikeeb Vaneela Configurator Fix (#18777)
* info.json: fix layout reference
`LAYOUT` -> `LAYOUT_ortho_5x12`
* info.json: apply friendly formatting
* info.json: correct maintainer value
Build correctly when out of tree (#18775)
Remove legacy Debug keycode (#18769)
* `DEBUG` -> `DB_TOGG`, default-ish keymaps
* `DEBUG` -> `DB_TOGG`, user keymaps
* `DEBUG` -> `DB_TOGG`, community layouts
* `DEBUG` -> `DB_TOGG`, userspace
* `DEBUG` -> `DB_TOGG`, docs & core
Correctly build keymap.json containing additional config (#18766)
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