daisyUniverse / Keebie

Easy Second Keyboard support in Linux (With layers!)
84 stars 17 forks source link

Makes the code a bit more readable, plus a few more small fixes and improvments. #5

Closed Michael-E-B closed 3 years ago

Michael-E-B commented 3 years ago

Changes are :

  1. Removed a debuging print() statement that I forgot last time.
  2. Gave all functions a comment describing them if they didn't already have one. (Plus ensured existing comments begin with a capital.)
  3. Made part of keebLoop() cleaner to read by replacing a for loop and if statement with a single if statement. (This may also be slightly faster.)
  4. Fixed readme.md saying --list when it meant --layers.
daisyUniverse commented 3 years ago

this all looks good! thanks for the commits :+1: