diff --git a/host.d/config.d/mayhem-party.d/env.env b/host.d/config.d/mayhem-party.d/env.env new file mode 100644 index 0000000..99a6c6d --- /dev/null +++ b/host.d/config.d/mayhem-party.d/env.env @@ -0,0 +1,6 @@ +export DEBUG=1 +export INPUT_KEYBOARD=true +export INPUT_REFRESH_ON_SIGUSR=true +export INPUT_REMAP_FILE=./config.d/mayhem-party.d/remap.d/live.yaml +export MAIN_INTERVAL_DURATION=5ms +export OUTPUT_KEYBOARD=false diff --git a/host.d/config.d/mayhem-party.d/remap.d/0.yaml b/host.d/config.d/mayhem-party.d/remap.d/0.yaml new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/host.d/config.d/mayhem-party.d/remap.d/0.yaml @@ -0,0 +1 @@ +{} diff --git a/host.d/config.d/mayhem-party.d/remap.d/live.yaml b/host.d/config.d/mayhem-party.d/remap.d/live.yaml new file mode 120000 index 0000000..b8f2939 --- /dev/null +++ b/host.d/config.d/mayhem-party.d/remap.d/live.yaml @@ -0,0 +1 @@ +0.yaml \ No newline at end of file