Skip to content

Commit 3a099af

Browse files
committed
[joystick] recast joystick interface as library
1 parent ad5ff71 commit 3a099af

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=NS-Joystick
2+
version=1.0
3+
author=unrevre
4+
maintainer=unrevre
5+
sentence=HID interface for Nintendo Switch controller.
6+
paragraph=
7+
category=Communication
8+
url=https://github.com/unrevre/ArduinoTaikoController
9+
architectures=avr
File renamed without changes.
File renamed without changes.
File renamed without changes.

taiko_controller.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const char kb_key_map[4] = { 'd', 'f', 'j', 'k', };
1616
#endif /* ENABLE_KEYBOARD */
1717

1818
#ifdef ENABLE_NSSWITCH
19-
#include "Joystick.h"
19+
#include <Joystick.h>
2020

2121
const uint16_t ns_sns_map[4] = {
2222
SWITCH_BTN_ZL, SWITCH_BTN_LCLICK, SWITCH_BTN_RCLICK, SWITCH_BTN_ZR,

0 commit comments

Comments
 (0)