Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Atte/woot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

woot-cli

An unofficial command line client for Wooting keyboards.

Only properly tested on Windows with a 60HE, but should work on all Lekker based Wootings on all major platforms. Or it might brick them. Who knows.

Probably supported keyboards

  • Wooting Two Lekker Edition
  • Wooting Two HE
  • Wooting 60HE

Probably supported operating systems

  • Windows
  • Linux
  • MacOS
  • BSD (autoswitch not available)

How to use?

  1. git clone
  2. cargo install --path .
  3. woot --help

Autoswitch config format

The first matching rule is applied.

If no rules match, the profile is not changed, so you might want to add a rule without filters at the end.

[[rules]]
cmd = ["java", "-jar", "C:/Games/minecraft.jar"]
profile = 2

[[rules]]
name = "Overwatch.exe"
profile = 3

[[rules]]
exe = "C:/Games/CounterStrike/CS.exe"
profile = 3

[[rules]]
name = "Program that shouldn't cause a switch"

[[rules]]
profile = 0

About

An unofficial command line client for Wooting keyboards.

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors