ShayBox / Wooting-Profile-Switcher

Automatically switch Wooting keyboard profiles based on focused window
MIT License
58 stars 1 forks source link

Add return value to update_profile #2

Closed BigBrainAFK closed 3 years ago

BigBrainAFK commented 3 years ago

This PR adds a return value to update_profile so another function using it can check if there was a match found or not.

Also includes some smaller fixes in the windows code to prevent compiler warnings.