Skip to content

Commit

Permalink
[Docs] Update joystick.md (qmk#23928)
Browse files Browse the repository at this point in the history
Explicit note about compatibility with ARM boards and the ADC driver
  • Loading branch information
arminAnderson authored Aug 31, 2024
1 parent 0da9bd2 commit d7e1eb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/features/joystick.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ By default the joystick driver is `analog`, but you can change this with:
JOYSTICK_DRIVER = digital
```

When using `analog` with ARM, [you must use 3.3v with your Joystick](../drivers/adc). Although ARM boards such as the [Helios](https://keeb.supply/products/0xcb-helios) have 5v pin output, the ADC driver does not support it.

## Configuration {#configuration}

By default, two axes and eight buttons are defined, with a reported resolution of 8 bits (-127 to +127). This can be changed in your `config.h`:
Expand Down

0 comments on commit d7e1eb3

Please sign in to comment.