Skip to content

Commit

Permalink
Release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Electronicks committed May 28, 2021
1 parent cdcc3c7 commit 4714520
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
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.

## 3.1.1

Fix linux build
Add Addaptive trigger calibration procedure and settings

### Features

* New Settings: LEFT_TRIGGER_OFFSET, LEFT_TRIGGER_RANGE, RIGHT_TRIGGER_OFFSET, RIGHT_TRIGGER_RANGE
* New macro command CALIBRATE_TRIGGERS starts a trigger calibration procedure. See README

### Bugfixes

* Fix instant presses not releasing
* Fix TOUCH binding flickering when the pad would be clicked but not touched

## 3.1.0

SDL build of JSM has no label, and JSL build is marked as "legacy"
Expand Down
10 changes: 0 additions & 10 deletions JoyShockMapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,6 @@ if(SDL)
SDL2
)

target_sources (
${BINARY_NAME} PRIVATE
src/SDL2Wrapper.cpp
)

install (
TARGETS ${BINARY_NAME} SDL2
RUNTIME DESTINATION ${PACKAGE_DIR}
Expand All @@ -183,11 +178,6 @@ else()
GIT_TAG 0
)

target_sources (
${BINARY_NAME} PRIVATE
src/JslWrapper.cpp
)

target_link_libraries (
${BINARY_NAME} PRIVATE
Platform::Dependencies
Expand Down

0 comments on commit 4714520

Please sign in to comment.