Skip to content

Commit e8f0b0b

Browse files
committed
release 0.1.1
1 parent 0d3719c commit e8f0b0b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+8
-4388
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This is to control your Saitek x52(pro) joystick
44

55
Exec a proggie and communicate with it via STDIN/STDOUT
6-
Read commands from proggie STDOUT and execute them.
7-
Write joystick events to proggie STDIN.
6+
Read joustick events from proggie's STDOUT and process them.
7+
Write joystick events to proggie's STDIN.
88

99
Built on [libx52](https://github.com/nirenjan/x52pro-linux.git)
1010

@@ -37,8 +37,8 @@ Commands are exactly the same as used by x52cli:
3737

3838
### Addition:
3939

40-
* proggie must send new command 'update' for prev commands to be applied
41-
* commands and args (except text) are case insensitive
40+
* calling proggie must send new command 'update' for prev commands to be applied
41+
* commands and args (except mfd text) are case insensitive
4242
* brightness may be specified by value (0-128) or by percents (0-100%)
4343
* call to 'clock' command will set current time automatically
4444

@@ -141,6 +141,6 @@ Button names could be found in __libx52__ sources plus I've made some other by m
141141

142142
### Addition:
143143

144-
There are two 'buttons' which could be send to a proggie: 'CONNECTED' and 'DICONNECTED'
144+
There are two 'buttons' which could be send to a proggie: 'CONNECTED' and 'DISCONNECTED'
145145
indicating current joystick connection status. During disconnection no buttons will be sent and no
146146
led or mfd actions will be processed.

TODO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- add reporting of embedded mouse (and axis too?) events

configure.ac

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ AC_CONFIG_MACRO_DIRS([m4])
1010
AC_PREFIX_DEFAULT([$HOME/.local])
1111
AM_INIT_AUTOMAKE([subdir-objects])
1212

13-
CFLAGS="-std=gnu11 -g -ggdb -O0 -Wall -Werror"
13+
#CFLAGS="-std=gnu11 -g -ggdb -O0 -Wall -Werror"
14+
CFLAGS="-std=gnu11 -Wall -Werror"
1415

1516
# Checks for programs.
1617
AC_PROG_CC
@@ -32,8 +33,5 @@ PKG_CHECK_MODULES([LIBX52], [libx52 >= 1.0.0], [], AC_MSG_ERROR([libx52 >= 1.0.0
3233
PKG_CHECK_MODULES([LIBX52IO], [libx52io >= 1.0.0], [], AC_MSG_ERROR([libx52io >= 1.0.0 required (get it here: https://github.com/nirenjan/x52pro-linux.git)]))
3334

3435

35-
#AC_CONFIG_SUBDIRS([games/elda])
36-
AC_CONFIG_SUBDIRS([games/elda-go/src/elda-go])
37-
3836
AC_OUTPUT
3937

games/elda-go/src/elda-go/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

games/elda-go/src/elda-go/Makefile.in

Lines changed: 0 additions & 17 deletions
This file was deleted.

games/elda-go/src/elda-go/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

games/elda-go/src/elda-go/TODO

Lines changed: 0 additions & 6 deletions
This file was deleted.

games/elda-go/src/elda-go/action/action.go

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)