All Projects → pok3r-custom → pok3rtool

pok3r-custom / pok3rtool

Licence: BSD-3-Clause license
Command line tool and library for keyboards using qmk-pok3r

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects
shell
77523 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].