9 lines
202 B
C
9 lines
202 B
C
// Copyright 2022 Aaron Hong (@hongaaronc)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define JOYSTICK_BUTTON_COUNT 13
|
|
#define JOYSTICK_AXIS_COUNT 1
|
|
#define JOYSTICK_AXIS_RESOLUTION 16
|