zevv / bucklespring

Nostalgia bucklespring keyboard sound
GNU General Public License v2.0
1.39k stars 82 forks source link

Flag to Disable Keyboard Presses #117

Open DremOSDeveloperTeam opened 1 year ago

DremOSDeveloperTeam commented 1 year ago

This is an odd change considering the scope of this project, but there are times I'd like to disable keyboard sounds but keep mouse sounds on. Specifically, it is a good option to have when not using headphones, since I do actually use a Model M keyboard and would only want one click per keypress!

I did this by copying how the mouse press flag works and adding a check at the same time for any keypress not equal to 0xff.

I also updated the README, since it didn't contain all the options that are available.