From 9e8bb8f37f3f3abd5d63871ce3b9c5dc9fb5e4e1 Mon Sep 17 00:00:00 2001 From: JibbSmart Date: Sun, 19 Jan 2020 22:14:24 +0800 Subject: [PATCH] Fixed names and added more changes to the CHANGELOG. I think I've covered everything now --- CHANGELOG.md | 5 ++++- README.md | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 350bda0..6b644b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,15 @@ Most recent updates will appear first. This is a summary of new features and bugfixes. Read the README to learn how to use the features mentioned here. ## 1.4.0 -In 1.4, Nicolas added simultaneous and chorded press mappings, as well as a tray icon and shortcuts for configs and useful commands. Jibb added Bluetooth support for the DualShock 4. +In 1.4, Nicolas added simultaneous and chorded press mappings, ring bindings, and options to map a button to inverting gyro input. He also added a tray icon (created by Bryan and coloured by Al) that gives access to configs and useful commands. Jibb added Bluetooth support for the DualShock 4. ### Features * Simultaneous press - map a pair of inputs pressed at about the same time to a unique output. * Chorded press - change the mappings of one or more buttons while a particular other button is pressed. * Bluetooth support for the DualShock 4. +* Ring bindings - have a virtual input apply when either stick is fully pressed or only partially pressed, such as for walking or sprinting. +* Invert gyro - have the gyro mouse inverted (in both axes or one axis of your choice) while pressing a button. +* GYRO\_OFF, GYRO\_ON can appear on the right hand side of regular mappings for combining them with other inputs in interesting ways. Gyro-related mappings bound to a button tap will apply for 0.5s to give them time to be useful. * Whitelisting - add or remove JoyShockMapper to or from the HIDCerberus whitelist, if it's installed. * Tray icon - when minimised, JoyShockMapper has a tray icon that can be right-clicked to quickly access configs or useful commands. diff --git a/README.md b/README.md index 90520dc..1d7aea3 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ SL + SR = GYRO_OFF GYRO_INVERT # Disable for .5s / Invert axis on simultaneous Bound gyro actions like those have priority over the assigned gyro button should they conflict. -The command ```NO_GYRO_BUTTON``` can be used to remove the gyro-on or gyro-off mapping, making gyro always enabled. To have it always disabled, just set ```GYRO_ON = NONE```. +The command ```NO_GYRO_BUTTON``` can be used to remove the gyro-on or gyro-off mapping, making gyro always enabled. To have it always disabled, just set ```GYRO_ON = NONE``` or leave ```GYRO_SENS``` at 0. ### 2. Analog Triggers @@ -480,8 +480,8 @@ JoyCons and Pro Controllers can only be connected by Bluetooth. Even when connec ## Credits I'm Julian "Jibb" Smart, and I made JoyShockMapper. As of version 1.3, JoyShockMapper has benefited from substantial community contributions. Huge thanks to the following contributors: * Nicolas -* CriticalComposer -* AL2009man +* Bryan Rumsey +* Al. Lopez JoyShockMapper relies a lot on [JoyShockLibrary](https://github.com/jibbsmart/JoyShockLibrary), which it uses to read controller inputs. Check out that project to see who else made JoyShockLibrary possible.