You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `SGUI()` and `SGUI_T()` for consistency with `KC_GUI` (qmk#2442)
* Add `SGUI()` as an alias of `SCMD()` for consistency with `KC_GUI`
* Add `SGUI_T()` as an alias of `SCMD_T()` for consistency with `KC_GUI`
* Make SGUI the primary name
ARM audio fixes, stack size increase (qmk#2365)
* fix up arm audio implementation
* chibios stack size inc
* get one channel working
* update for chibios