Enable keyboard to function as a gamepad as well
This commit is contained in:
@@ -54,3 +54,7 @@
|
||||
|
||||
/* Releasing key without pressing another will send the original key */
|
||||
#define RETRO_TAPPING
|
||||
|
||||
/* Enable keyboard to funtion as a gamepad as well */
|
||||
#define JOYSTICK_BUTTON_COUNT 12
|
||||
#define JOYSTICK_AXES_COUNT 0
|
||||
|
||||
@@ -31,3 +31,4 @@ BLUETOOTH_ENABLE = no
|
||||
SLEEP_LED_ENABLE = no
|
||||
SPLIT_KEYBOARD = yes
|
||||
LTO_ENABLE = yes
|
||||
JOYSTICK_ENABLE = digital
|
||||
|
||||
Reference in New Issue
Block a user