From 3c6510890b3230b9e213ff8d41cc4e2b15543700 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 15 Oct 2023 13:23:44 -0400 Subject: [PATCH] figura: disbale first person matrices it interferes with a potential mod i want --- config/yosbr/config/figura.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/yosbr/config/figura.json b/config/yosbr/config/figura.json index 5833048..0a7466c 100644 --- a/config/yosbr/config/figura.json +++ b/config/yosbr/config/figura.json @@ -1,6 +1,7 @@ { "CONFIG_VERSION": 1, "action_wheel_button": "key.keyboard.g", + "first_person_matrices": false, "has_paperdoll": true, "popup_button": "key.keyboard.h" }