<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qmk_sweep_skeletyl/lib/python/qmk/cli/doctor.py, branch master</title>
<subtitle>my qmk configs</subtitle>
<id>http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master</id>
<link rel='self' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/'/>
<updated>2021-06-22T18:50:53+00:00</updated>
<entry>
<title>Refactor doctor.py into a directory (#13298)</title>
<updated>2021-06-22T18:50:53+00:00</updated>
<author>
<name>Zach White</name>
</author>
<published>2021-06-22T18:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=e87d23164522371b0c9560e81f36ed08caadc0ff'/>
<id>urn:sha1:e87d23164522371b0c9560e81f36ed08caadc0ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Align our subprocess usage with current best practices. (#12940)</title>
<updated>2021-05-19T22:24:46+00:00</updated>
<author>
<name>Zach White</name>
</author>
<published>2021-05-19T22:24:46+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=db1eacdaacb9c8f6889f46bc1c6af155b81ad72a'/>
<id>urn:sha1:db1eacdaacb9c8f6889f46bc1c6af155b81ad72a</id>
<content type='text'>
* Align our subprocess usage with current best practices.

* remove unused import

* Apply suggestions from code review

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;

* fix the cpp invocation for older python

* allow for unprompted installation

* make sure qmk new-keyboard works on windows

Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</content>
</entry>
<entry>
<title>`qmk doctor`: Fix WSL /mnt check (#12466)</title>
<updated>2021-04-02T21:24:09+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2021-04-02T21:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=cd981ec56a546a29f30c3cc1ce1f5ef2934bc9cd'/>
<id>urn:sha1:cd981ec56a546a29f30c3cc1ce1f5ef2934bc9cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>qmk doctor: Display macOS and Windows versions, and add WSL warning for /mnt (#12441)</title>
<updated>2021-04-02T10:44:27+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2021-04-02T10:44:27+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=12f308748f3dd7ab2a1f3d93f8f207cb51e306a4'/>
<id>urn:sha1:12f308748f3dd7ab2a1f3d93f8f207cb51e306a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`qmk doctor`: Don't run udev checks under WSL (#12231)</title>
<updated>2021-03-18T17:24:21+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2021-03-18T17:24:21+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=69eca63a84e3c9017a15266e9c4be24cdb10e964'/>
<id>urn:sha1:69eca63a84e3c9017a15266e9c4be24cdb10e964</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix submodule check for qmk setup (#11379)</title>
<updated>2021-02-16T17:45:05+00:00</updated>
<author>
<name>Stefan Schulze</name>
</author>
<published>2021-02-16T17:45:05+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=4a10dfb54d42fe81d1acf578152e264dac725b8d'/>
<id>urn:sha1:4a10dfb54d42fe81d1acf578152e264dac725b8d</id>
<content type='text'>
The initialization of the submodules would succeed, but the result of the subsequent
check_submodules() run wasn't checked correctly.

Co-authored-by: Stefan Schulze &lt;stefan.andre.schulze@posteo.de&gt;</content>
</entry>
<entry>
<title>Split of the doctor codebase (#11255)</title>
<updated>2020-12-21T12:29:36+00:00</updated>
<author>
<name>Erovia</name>
</author>
<published>2020-12-21T12:29:36+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=a380a26ad2fa4cfa580134be81772153b697a1ac'/>
<id>urn:sha1:a380a26ad2fa4cfa580134be81772153b697a1ac</id>
<content type='text'>
Co-authored-by: Ryan &lt;fauxpark@gmail.com&gt;</content>
</entry>
<entry>
<title>Doctor: add check for .git folder (#11208)</title>
<updated>2020-12-20T14:46:01+00:00</updated>
<author>
<name>Ryan</name>
</author>
<published>2020-12-20T14:46:01+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=0239ce025aca542e4e37ec9003399bab2e92d82b'/>
<id>urn:sha1:0239ce025aca542e4e37ec9003399bab2e92d82b</id>
<content type='text'>
Co-authored-by: Erovia &lt;Erovia@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>simplify qmk doctor to make room for #11208 (#11242)</title>
<updated>2020-12-19T00:42:30+00:00</updated>
<author>
<name>Zach White</name>
</author>
<published>2020-12-19T00:42:30+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=bded5f473c887fb36a2ca9d473635c1b84d0a04b'/>
<id>urn:sha1:bded5f473c887fb36a2ca9d473635c1b84d0a04b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2020 November 28 Breaking Changes Update (#11053)</title>
<updated>2020-11-28T20:02:18+00:00</updated>
<author>
<name>James Young</name>
</author>
<published>2020-11-28T20:02:18+00:00</published>
<link rel='alternate' type='text/html' href='http://archive.git.mgrote.net/qmk_sweep_skeletyl/commit/?id=c66df1664497546f32662409778731143e45a552'/>
<id>urn:sha1:c66df1664497546f32662409778731143e45a552</id>
<content type='text'>
* Branch point for 2020 November 28 Breaking Change                                                

* Remove matrix_col_t to allow MATRIX_ROWS &gt; 32 (#10183)                                           

* Add support for soft serial to ATmega32U2 (#10204)                                               

* Change MIDI velocity implementation to allow direct control of velocity value (#9940)            

* Add ability to build a subset of all keyboards based on platform.                                

* Actually use eeprom_driver_init().                                                               

* Make bootloader_jump weak for ChibiOS. (#10417)                                                  

* Joystick 16-bit support (#10439)                                                                 

* Per-encoder resolutions (#10259)                                                                 

* Share button state from mousekey to pointing_device (#10179)                                     

* Add hotfix for chibios keyboards not wake (#10088)                                               

* Add advanced/efficient RGB Matrix Indicators (#8564)                                             

* Naming change.                                                                                   

* Support for STM32 GPIOF,G,H,I,J,K (#10206)                                                       

* Add milc as a dependency and remove the installed milc (#10563)                                  

* ChibiOS upgrade: early init conversions (#10214)                                                 

* ChibiOS upgrade: configuration file migrator (#9952)                                             

* Haptic and solenoid cleanup (#9700)                                                              

* XD75 cleanup (#10524)                                                                            

* OLED display update interval support (#10388)                                                    

* Add definition based on currently-selected serial driver. (#10716)                               

* New feature: Retro Tapping per key (#10622)                                                      

* Allow for modification of output RGB values when using rgblight/rgb_matrix. (#10638)             

* Add housekeeping task callbacks so that keyboards/keymaps are capable of executing code for each main loop iteration. (#10530)

* Rescale both ChibiOS and AVR backlighting.                                                       

* Reduce Helix keyboard build variation (#8669)                                                    

* Minor change to behavior allowing display updates to continue between task ticks (#10750)        

* Some GPIO manipulations in matrix.c change to atomic. (#10491)                                   

* qmk cformat (#10767)                                                                             

* [Keyboard] Update the Speedo firmware for v3.0 (#10657)                                          

* Maartenwut/Maarten namechange to evyd13/Evy (#10274)                                             

* [quantum] combine repeated lines of code (#10837)                                                

* Add step sequencer feature (#9703)                                                               

* aeboards/ext65 refactor (#10820)                                                                 

* Refactor xelus/dawn60 for Rev2 later (#10584)                                                    

* add DEBUG_MATRIX_SCAN_RATE_ENABLE to common_features.mk (#10824)                                 

* [Core] Added `add_oneshot_mods` &amp; `del_oneshot_mods` (#10549)                                    

* update chibios os usb for the otg driver (#8893)                                                 

* Remove HD44780 References, Part 4 (#10735)                                                       

* [Keyboard] Add Valor FRL TKL (+refactor) (#10512)                                                

* Fix cursor position bug in oled_write_raw functions (#10800)                                     

* Fixup version.h writing when using SKIP_VERSION=yes (#10972)                                     

* Allow for certain code in the codebase assuming length of string. (#10974)                       

* Add AT90USB support for serial.c (#10706)                                                        

* Auto shift: support repeats and early registration (#9826)                                       

* Rename ledmatrix.h to match .c file (#7949)                                                      

* Split RGB_MATRIX_ENABLE into _ENABLE and _DRIVER (#10231)                                        

* Split LED_MATRIX_ENABLE into _ENABLE and _DRIVER (#10840)                                        

* Merge point for 2020 Nov 28 Breaking Change                                                      
</content>
</entry>
</feed>
