Joystick feature updates (#16732)
* Joystick feature updates * Move new functions to joystick.h * Docs
This commit is contained in:
@@ -15,8 +15,6 @@
|
||||
*/
|
||||
|
||||
#include "battleship_gamepad.h"
|
||||
#include "joystick.h"
|
||||
#include "analog.h"
|
||||
|
||||
/* joystick config */
|
||||
joystick_config_t joystick_axes[JOYSTICK_AXES_COUNT] = {
|
||||
|
@@ -16,8 +16,6 @@
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
#include "joystick.h"
|
||||
|
||||
enum layer_names {
|
||||
NORMAL_LAYER = 0
|
||||
};
|
||||
|
@@ -16,8 +16,6 @@
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
#include "joystick.h"
|
||||
|
||||
enum layer_names {
|
||||
NORMAL_LAYER = 0
|
||||
};
|
||||
|
@@ -1,7 +1,5 @@
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
#include "joystick.h"
|
||||
|
||||
#ifndef ADC_PIN
|
||||
# define ADC_PIN F6
|
||||
#endif
|
||||
|
@@ -17,7 +17,6 @@
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
#ifdef JOYSTICK_ENABLE
|
||||
# include "joystick.h"
|
||||
# include "analog.h"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user