Fix missing joystick.h include (#22946)

This commit is contained in:
Ryan
2024-01-23 00:18:20 +11:00
committed by GitHub
parent cdbfcb6c14
commit 3495cbc638
4 changed files with 5 additions and 8 deletions

View File

@@ -18,7 +18,6 @@
/* joystick configuration */
#define JOYSTICK_BUTTON_COUNT 25
#define JOYSTICK_AXIS_COUNT 2
#define JOYSTICK_AXIS_RESOLUTION 10
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */

View File

@@ -1,4 +1,3 @@
#pragma once
#define JOYSTICK_AXIS_COUNT 2
#define JOYSTICK_BUTTON_COUNT 1