From b904a9afbee0c4118354eb8035b936da7fe12372 Mon Sep 17 00:00:00 2001 From: cyber-sushi <99445392+cyber-sushi@users.noreply.github.com> Date: Fri, 1 Dec 2023 13:01:06 +0100 Subject: [PATCH] Updated comments --- config examples/config-playstation.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config examples/config-playstation.toml b/config examples/config-playstation.toml index a9e02a4..d9904c7 100644 --- a/config examples/config-playstation.toml +++ b/config examples/config-playstation.toml @@ -1,6 +1,6 @@ #SAMPLE CONFIG FILE FOR PLAYSTATION CONTROLLERS -#Put this in ~/.config/makima and rename it to config.toml -#You can find the available keycodes in /usr/include/linux/input-event-codes.h +#Put this in ~/.config/makima and rename it to the exact name of the device as shown by the 'evtest' command, including spaces and capitalization. +#You can find all the available keycodes in /usr/include/linux/input-event-codes.h #If you're not sure which keycode corresponds to which key, you can run 'evtest', select your keyboard/mouse and press the corresponding key/button. #This config file is tested for DualShock 3, DualShock 4 and DualSense controllers. When using a different controller, if no specific config file for your device is available, change the keycodes on the left according to those of your controller (evtest is your friend again). If your controller has a button to enable/disable analog sticks, make sure they're enabled.