Enable keyboard to function as a gamepad as well

This commit is contained in:
2020-11-30 01:16:12 +02:00
parent 22d901e516
commit 16589d7c05
2 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -31,3 +31,4 @@ BLUETOOTH_ENABLE = no
SLEEP_LED_ENABLE = no
SPLIT_KEYBOARD = yes
LTO_ENABLE = yes
JOYSTICK_ENABLE = digital