aboutsummaryrefslogtreecommitdiff
path: root/docs/feature_joystick.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/feature_joystick.md')
-rw-r--r--docs/feature_joystick.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_joystick.md b/docs/feature_joystick.md
index 95702d6a2..fe33517a1 100644
--- a/docs/feature_joystick.md
+++ b/docs/feature_joystick.md
@@ -15,7 +15,7 @@ or send gamepad reports based on values computed by the keyboard.
15 15
16To use analog input you must first enable it in `rules.mk`: 16To use analog input you must first enable it in `rules.mk`:
17 17
18```makefile 18```make
19JOYSTICK_ENABLE = yes 19JOYSTICK_ENABLE = yes
20JOYSTICK_DRIVER = analog # or 'digital' 20JOYSTICK_DRIVER = analog # or 'digital'
21``` 21```