daisyUniverse / Keebie

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

Packagability and `--debug` #26

Closed Michael-E-B closed 3 years ago

Michael-E-B commented 3 years ago

Adds packaging through make and fpm, use $ make pkg pkg_type="<type>" to make a package. Version and maintainer may be set in the same manner. A version numbering scheme is still needed. See here for how to install FPM, you may need additional packages for certain targets.

keebie.py now expects configuration files in /home/user/.config/keebie/, if that directory is not present then /usr/share/keebie/ is copied to the .config/keebie/ directory.

Adds --debug to print debugging info.