From 16fe12e6b6f247c924d0bca1e95ebad772321912 Mon Sep 17 00:00:00 2001 From: a-chol Date: Mon, 30 Mar 2020 14:24:48 +0200 Subject: [PATCH] Update docs/feature_joystick.md Co-Authored-By: Ryan --- docs/feature_joystick.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/feature_joystick.md b/docs/feature_joystick.md index 70c2338d5a..53418690b4 100644 --- a/docs/feature_joystick.md +++ b/docs/feature_joystick.md @@ -11,7 +11,7 @@ JOYSTICK_ENABLE = yes !> Joystick support is not currently available on V-USB devices. The joystick feature provides two services: - * reading an analog input device + * reading analog input devices (eg. potentiometers) * sending gamepad HID reports Both services can be used without the other, depending on whether you just want to read a device but not send gamepad reports (for volume control for instance) @@ -146,4 +146,3 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { Joystick buttons are normal quantum keycode, defined as JS_BUTTON0 to JS_BUTTON_MAX, which depends on the number of buttons you have configured. To trigger a joystick button, just add the corresponding keycode to your keymap. -