Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion presets/Saiteck_AV8R-01.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ grab device "Saitek AV8R Joystick" //added "grab"
axis ABS_X = 0 //axis X (left/right)
axis ABS_Y = 1 //axis Y (front/back)
axis ABS_Z = 2 //axis marked as "1"
axis ABS_RZ = 5 //axis aka "yawl"
axis ABS_RZ = 5 //axis aka "yaw"
axis ABS_THROTTLE = 6 //axis marked as "2"
axis ABS_HAT0X = 16
axis ABS_HAT0Y = 17
Expand Down
9 changes: 6 additions & 3 deletions snapcraft/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
name: evdevshift
version: 0.1
version: 20160906-git
summary: Allows to map events from one evdev device to newly created virtual one
description: This program allows to map events from one evdev device to newly created virtual one. Buttons can be conditionaly remapped, and axes can be mapped to buttons (usefull to map hats to buttons).
confinement: devmode # use "strict" to enforce system access only via declared interfaces
#confinement: devmode # use "strict" to enforce system access only via declared interfaces

#TODO: allow snap to access hardware device https://developer.ubuntu.com/en/snappy/guides/security-whitepaper/#h.4pkwvbfmqz4q


apps:
evdevshift:
command: evdevshift

parts:
evdevshift:
plugin: make
plugin: autotools
source: https://github.com/uglyDwarf/evdevshift
source-type: git
build-packages:
Expand Down