From dcdff43f21216dbbeffa8beb3fb84e4fe85e193b Mon Sep 17 00:00:00 2001 From: Synth_Magic Date: Sun, 29 Dec 2024 18:37:21 +0800 Subject: [PATCH] chores: fix a typo on guide.md --- docs/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide.md b/docs/guide.md index 9014457..b5ac2cd 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -35,7 +35,7 @@ In the second input mode, inputs are taken directly from the evdev library in li To list the available inputs you should type: ``` -./lindbergh --lits-inputs +./lindbergh --list-inputs ``` From there you will be able to see the controllers and all of the inputs support. Then in the config file you should map an arcade input to a controller input as follows.