From 64792e8f1dedecacf7c61b072ba352bd1e5a1515 Mon Sep 17 00:00:00 2001 From: Pinghao Wu Date: Mon, 9 Sep 2024 22:52:15 +0800 Subject: [PATCH] Makefile: make joycon default sensor this is the only one i have around now to test with --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e7f1f20..ff36afe 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SENSORS ?= gy801 +SENSORS ?= joycon SENSORS_LIBS = HEADERS_PREFIX ?= /usr/include BINARIES = event-codes evdev-dump-events uinput-pointer sensors-dump pointerd pointerc motion-control buttonc -- 2.45.2