1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2024-11-21 16:45:08 -05:00

Update x-arcade.ino

This commit is contained in:
Jarno Lehtinen 2017-04-18 16:22:00 +03:00 committed by GitHub
parent 4aa88109a1
commit f0ed52937e

View File

@ -236,19 +236,6 @@ void loop() {
#define SET(j,d,b) bitSet(Joystick[j].data[d], b); return j
#define UNSET(j,d,b) bitClear(Joystick[j].data[d], b); return j
//#define L1_V() 0,0,0
//#define L1_M(ARG)
//#define multiarg() 0, 1, 0
/*#define L1_M1 Joystick[0].data[1]
#define L1_M2 0
#define R1_M1 Joystick[0].data[1]
#define R1_M2 1
#define L2_M1 Joystick[1].data[1]
#define L2_M2 0
#define R2_M1 Joystick[1].data[1]
#define R2_M2 1
*/
#ifdef COMMANDO
#define L1_SET SET(1, 1, 0)
#define L1_UNSET UNSET(1, 1, 0)