SonixQMK / SonixFlasherC

Dead Simple flasher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sonix Flasher C

A CLI-based Flasher for Sonix 24x/26x MCUs.

Description

This flasher is aimed for advanced users that don't need a GUI. If you require a GUI please use: Sonix-Flasher.

Features:

  • Minimal dependencies
  • Cross-platform
  • Faster

Getting Started

Dependencies

Clone this repository:

git clone https://github.com/SonixQMK/SonixFlasherC

hidapi is a prequisite. If using windows, please install MinGW

Compiling

Compile using:

make sonixflasher

Running the flasher

./sonixflasher

License

This project is licensed under the GNU License - see the LICENSE.md file for details

About

Dead Simple flasher

License:GNU General Public License v3.0


Languages

Language:C 93.0%Language:Makefile 7.0%