From 016d3c4459fc613ce5ec57628c480f5fa9ba61f4 Mon Sep 17 00:00:00 2001 From: cyber-sushi <99445392+cyber-sushi@users.noreply.github.com> Date: Sat, 10 Jun 2023 21:09:42 +0200 Subject: [PATCH] Switch Joy-Cons added to tested controllers --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2688b7f..f0b5e2b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Makima is a daemon for Linux to bind your controller's buttons to key sequences - Hotplug to connect and disconnect your controllers whenever you want - Connect multiple controllers at the same time so your little brother can join and close your IDE when you least expect it - Supports wired and Bluetooth connections -- Written in Rust so it's blazingly fast or something (it only uses 3.5 MB of RAM) +- Written in Rust so it's blazingly fast or something? (it only uses 3.5 MB of RAM) ## Tested controllers: - DualShock 2 @@ -21,6 +21,7 @@ Makima is a daemon for Linux to bind your controller's buttons to key sequences - Xbox One - Xbox Elite 2 - Stadia +- Switch Joy-Cons ## How to use: 1. Download the executable from the Releases page or compile it yourself using Cargo.