diff options
Diffstat (limited to 'docs/feature_joystick.md')
-rw-r--r-- | docs/feature_joystick.md | 2 |
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 | ||
16 | To use analog input you must first enable it in `rules.mk`: | 16 | To use analog input you must first enable it in `rules.mk`: |
17 | 17 | ||
18 | ```makefile | 18 | ```make |
19 | JOYSTICK_ENABLE = yes | 19 | JOYSTICK_ENABLE = yes |
20 | JOYSTICK_DRIVER = analog # or 'digital' | 20 | JOYSTICK_DRIVER = analog # or 'digital' |
21 | ``` | 21 | ``` |