Search found 5757 matches

by Matlo
Thu Mar 13, 2014 8:08 am
Forum: Support
Topic: GIMX on Raspberry Pi
Replies: 3
Views: 3364

Re: GIMX on Raspberry Pi

Raspbian version, GIMX version, BT dongle model + chip.
by Matlo
Thu Mar 13, 2014 8:06 am
Forum: Support
Topic: no recoil macro
Replies: 8
Views: 9645

Re: no recoil macro

You have to combine the two macros like this:

Code: Select all

MACRO KEYDOWN m
KEYDOWN p
DELAY 10
KEYUP p
DELAY 10
KEYDOWN m

MACRO KEYUP m
KEYUP p
KEYDOWN m

MACRO KEYDOWN o
MAXIS 1 25
KEYDOWN o

MACRO MBUTTONDOWN BUTTON_LEFT
KEYDOWN o
KEYDOWN m

MACRO MBUTTONUP BUTTON_LEFT
KEYDOWN o
KEYUP m
by Matlo
Wed Mar 12, 2014 11:23 pm
Forum: Support
Topic: GIMX on Raspberry Pi
Replies: 3
Views: 3364

Re: GIMX on Raspberry Pi

Please give details about your setup.
by Matlo
Wed Mar 12, 2014 10:20 am
Forum: Support
Topic: L2/R2 triggers not working
Replies: 5
Views: 7500

Re: L2/R2 triggers not working

Make a second profile with different button mappings, and define a button as the profile trigger.
by Matlo
Mon Mar 10, 2014 5:33 pm
Forum: GIMX Discussion
Topic: ps4 gimx progress?
Replies: 90
Views: 73242

Re: ps4 gimx progress?

Does the ps4 turn on when you start the ds4?
by Matlo
Mon Mar 10, 2014 5:32 pm
Forum: Support
Topic: PS4 Issue
Replies: 15
Views: 12476

Re: PS4 Issue

Does your ps4 turn on when you start the ds4?
by Matlo
Sat Mar 08, 2014 9:29 pm
Forum: Support
Topic: PS4 Issue
Replies: 15
Views: 12476

Re: PS4 Issue

You can clear the master and the link key that are stored in the teensy, it will make the ps4 generate a new link key:

Code: Select all

ds4tool -m 00:00:00:00:00:00
Don't use root permissions when it's not necessary.
by Matlo
Sat Mar 08, 2014 3:59 pm
Forum: GIMX Discussion
Topic: ps4 gimx progress?
Replies: 90
Views: 73242

Re: ps4 gimx progress?

The next step is to start the ds4 that you paired with your dongle.
by Matlo
Sat Mar 08, 2014 1:49 pm
Forum: GIMX Discussion
Topic: ps4 gimx progress?
Replies: 90
Views: 73242

Re: ps4 gimx progress?

You probably forgot to replace 'master' with 'dev' when typing the git command.
by Matlo
Fri Mar 07, 2014 9:45 pm
Forum: Support
Topic: no recoil macro
Replies: 8
Views: 9645

Re: no recoil macro

You should upgrade to Ubuntu 13.10 and GIMX 1.02 because many macros features are not applicable to older GIMX releases.