You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/tmk_core/protocol
seb-pau efbb842e8b
Joystick 16-bit support (#10439)
* Joystick 16-bit support

* Add variable joystick axes resolution

* Moved #define statements to .h files

* Moved definitions to quantum/joystick.h

  Removed duplicate definitions from usb_descriptor.h and
  process_joysick.h

  Adjust process_joystick.c and usb_descriptor.c to use the pre-computed
  "JOYSTICK_RESOLUTION" value which contains the logical maximum value
  of a joystick axis

* Cleaning up unnecessary code

* Update docs/feature_joystick.md

Co-authored-by: Ryan <fauxpark@gmail.com>

* Workaround to joystick.h not being included to report.h

* Removed unnecessary newlines, updated report.h

Changed JOYSTICK_AXES_RESOLUTION conditional in report.h

Co-authored-by: Ryan <fauxpark@gmail.com>
5 years ago
..
arm_atsam 2020 May 30 Breaking Changes Update (#9215) 5 years ago
chibios format code according to conventions [skip ci] 5 years ago
lufa format code according to conventions [skip ci] 5 years ago
midi Fixing MIDI for ARM without NKRO enabled (#9466) 5 years ago
usb_hid Remove `DESCRIPTION` (#9732) 5 years ago
vusb Update vusb to match 3rd endpoint. (#9020) 5 years ago
adb.c clang-format changes 6 years ago
adb.h clang-format changes 6 years ago
arm_atsam.mk RGB Matrix support for Massdrop CTRL/ALT (#5328) 6 years ago
chibios.mk 2020 February 29 Breaking Changes Update (#8064) 5 years ago
ibm4704.c Initial vusb console support (#8559) 5 years ago
ibm4704.h clang-format changes 6 years ago
lufa.mk Remove support for Adafruit EZ-Key (#10103) 5 years ago
m0110.c clang-format changes 6 years ago
m0110.h clang-format changes 6 years ago
midi.mk Merge ChibiOS and LUFA descriptor support (#2362) 7 years ago
news.c clang-format changes 6 years ago
news.h clang-format changes 6 years ago
next_kbd.c clang-format changes 6 years ago
next_kbd.h clang-format changes 6 years ago
ps2.h clang-format changes 6 years ago
ps2_busywait.c clang-format changes 6 years ago
ps2_interrupt.c clang-format changes 6 years ago
ps2_io.h clang-format changes 6 years ago
ps2_io_avr.c clang-format changes 6 years ago
ps2_mouse.c Add movement hook to ps2_mouse (#8805) 5 years ago
ps2_mouse.h Add movement hook to ps2_mouse (#8805) 5 years ago
ps2_usart.c clang-format changes 6 years ago
serial.h More Bluetooth refactoring (#9905) 5 years ago
serial_mouse.h clang-format changes 6 years ago
serial_mouse_microsoft.c clang-format changes 6 years ago
serial_mouse_mousesystems.c clang-format changes 6 years ago
serial_soft.c remove SERIAL_SOFT_DEBUG macro (#7625) 5 years ago
serial_uart.c clang-format changes 6 years ago
usb_descriptor.c Joystick 16-bit support (#10439) 5 years ago
usb_descriptor.h Hid joystick interface (#4226) 5 years ago
usb_descriptor_common.h Allow for overriding RAW endpoint usage page and ID. (#8834) 5 years ago
usb_hid.mk cleanup usb-usb converter code 8 years ago
vusb.mk Additional cleanups for V-USB code (#9310) 5 years ago
xt.h clang-format changes 6 years ago
xt_interrupt.c clang-format changes 6 years ago