From 6f9c176d939c8035b0f14836de80e916826c0325 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 4 Jun 2019 18:09:17 +0200 Subject: [PATCH] Support SSH keyboard on RPI --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index b4c5c3d1..07cf5fe7 100644 --- a/src/config.h +++ b/src/config.h @@ -43,7 +43,7 @@ // Mouse gestures are directly mapped like touches and processed by gestures system #define SUPPORT_MOUSE_GESTURES 1 // Reconfigure standard input to receive key inputs, works with SSH connection. -//#define SUPPORT_SSH_KEYBOARD_RPI 1 +#define SUPPORT_SSH_KEYBOARD_RPI 1 // Use busy wait loop for timing sync, if not defined, a high-resolution timer is setup and used //#define SUPPORT_BUSY_WAIT_LOOP 1 // Wait for events passively (sleeping while no events) instead of polling them actively every frame