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
Align our subprocess usage with current best practices. (qmk#12940)
* Align our subprocess usage with current best practices.
* remove unused import
* Apply suggestions from code review
Co-authored-by: Ryan <[email protected]>
* fix the cpp invocation for older python
* allow for unprompted installation
* make sure qmk new-keyboard works on windows
Co-authored-by: Ryan <[email protected]>
haptic: correct size of reserved field in the haptic structure. This …
…saves 1 byte of wasted SRAM. (qmk#12483)
Co-authored-by: Drashna Jaelre <[email protected]>