mirror of
https://github.com/tiny-pilot/tinypilot.git
synced 2021-09-19 22:56:27 +03:00
* Add app settings file. * Remove helper functions. * Remove references to the KEYBOARD_PATH & MOUSE_PATH env vars. * Add app_settings.cfg to gitignore.
6 lines
167 B
INI
6 lines
167 B
INI
# This configuration file is an actual Python file. Only variables in uppercase
|
|
# are recognized as config keys.
|
|
|
|
KEYBOARD_PATH = '/dev/null'
|
|
MOUSE_PATH = '/dev/null'
|