Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 702 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 702 Bytes

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-Flaser.

Features:

  • Minimal dependencies
  • Cross-platform
  • Faster

Getting Started

Dependencies

Clone this repository recursively:

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

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