logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 81109100a90e0dbc19c797558d984add4fc8e75b
parent dae5e9ee06b23f8eac06933baff0b8eaf44deff3
Author: QMK Bot <hello@qmk.fm>
Date:   Sat, 31 Aug 2024 03:44:35 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:

Mdocs/features/joystick.md2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/docs/features/joystick.md b/docs/features/joystick.md @@ -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`: