From b9d76d5e8f422aa0b570d21c25db6f6a395b5d0f Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Fri, 24 Mar 2023 14:16:05 -0600 Subject: [PATCH] create mvp files to run mayhem party without remap to stdout when hosting --- host.d/config.d/mayhem-party.d/env.env | 6 ++++++ host.d/config.d/mayhem-party.d/remap.d/0.yaml | 1 + host.d/config.d/mayhem-party.d/remap.d/live.yaml | 1 + 3 files changed, 8 insertions(+) create mode 100644 host.d/config.d/mayhem-party.d/env.env create mode 100644 host.d/config.d/mayhem-party.d/remap.d/0.yaml create mode 120000 host.d/config.d/mayhem-party.d/remap.d/live.yaml 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