-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from SonixQMK/main
Enable flashing on sonix boards without sonix VIDPID
- Loading branch information
Showing
2 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,44 @@ | ||
# SonixFlasherC | ||
Dead Simple flasher. | ||
# 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](https://github.com/SonixQMK/sonix-flasher). | ||
|
||
Features: | ||
|
||
- [x] Minimal dependencies | ||
- [x] Cross-platform | ||
- [x] 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters