pok3rtool
pok3rtool copied to clipboard
Command line tool and library for keyboards using qmk-pok3r
pok3rtool Vortex Keyboard Dev Tool/Library
Disclaimer: This project comes with no warranty, and may be used for free at your own risk.
The pok3rtool
CLI application runs on Linux, Windows, and Mac OS X. Along with some development
tools, pok3rtool
implements the firmware update protocol over USB for the POK3R, POK3R RGB,
Vortex Core, RACE3, ViBE, and some others.
The pok3rtool
executable is built with CMake. You will need all submodules checked out to build it.
WARNING: THIS TOOL CAN VERY EASILY BRICK YOUR KEYBOARD IF USED INCORRECTLY, MAKING IT UNUSABLE WITHOUT EXPENSIVE DEVELOPMENT TOOLS. READ THE DOCUMENTATION, POSSIBLY READ THE CODE, AND PROCEED AT YOUR OWN RISK.
See the wiki for pok3rtool usage, warnings, etc.
Building
git clone --recursive https://gitlab.com/pok3r-custom/pok3rtool.git
mkdir pok3rtool-build
cd pok3rtool-build
cmake ../pok3rtool
make