Skip to content

jakehamilton/joy-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 Joy Control

Control your PC with a Joy Con!

Installation

Via Git

  1. Clone this repository (git clone https://github.com/jakehamilton/joy-control)
  2. Install dependencies (yarn)

Via Release

  1. Navigate to the releases page.
  2. Download the latest release's archive for your platform.
  3. Unpack the archive to somewhere on your machine.

Usage

From Git

You can run the program with the following command.

node src/index.js --config ./config.toml

For detailed usage information, run the following.

node src/index.js --help

From Release

Unpack the archive file and run the following in the directory that you put the program.

joy-control --config ./config.toml

For detailed usage information, run the following.

joy-control --help