Merge remote-tracking branch 'origin/master' into develop
         
        
        
        
        
          
Merge remote-tracking branch 'origin/master' into develop
         
        
        
          
Fix paragon keyboard encoder step (#21582)
         
        
        
          
Merge remote-tracking branch 'origin/master' into develop
         
        
        
        
        
          
Raw HID: documentation improvements (#21596)
         
        
        
          
[Keyboard] Update ERA65 PCB (#21592)
         
        
        
          
Allow the user to select one tone for the additive DAC (#21591)
Previously, if the user tried to use `#define AUDIO_MAX_SIMULTANEOUS_TONES 1` to conserve CPU time, their firmware would fail to build with this error:
```
platforms/chibios/drivers/audio_dac_additive.c:91:73: error: excess elements in array initializer [-Werror]
   91 | static float   active_tones_snapshot[AUDIO_MAX_SIMULTANEOUS_TONES] = {0, 0};
      |                                                                          ^
```
This also affected the preset `#define AUDIO_DAC_QUALITY_VERY_HIGH`, which called up only one simultaneous tone at 88200 Hz.
         
        
        
          
Merge remote-tracking branch 'origin/master' into develop
         
        
        
          
Fix VS code live share extension link (#21585)
         
        
        
          
kinesis: remove stacked split layouts (#21569)
         
        
        
          
Revert "[Bug] Fix compilation error when Split Watchdog enabled" (#21572)
         
        
        
          
[Bug] Fix compilation error when Split Watchdog enabled (#21543)
         
        
        
          
Merge remote-tracking branch 'origin/master' into develop
         
        
        
        
        
          
Merge remote-tracking branch 'origin/master' into develop
         
        
        
        
        
          
Fix backlight support for some boards (#21554)
         
        
        
          
backlight: split AVR PWM and timer drivers (#21540)