FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

0xEncoder/qmk_firmware_flasher: flashing utility for the Atmel AVR USB family · GitHub

 
 

Repository files navigation

Releases

Check out the releases (darwin is OSX)

Contributions

We welcome contributions from everyone. Contributions may take the form of code, documentation, bug reports, feature requests, and any other activity that will improve QMK Firmware Flasher. We ask that you follow a few guidelines when contributing:

  • Be excellent to each other
  • The primary audience for this tool is non-technical
  • Indent your code with 2 spaces and use One True Brace Style.

Development

This app uses Node.js. To get started you will need to download and install an appropriate version.

https://nodejs.org/en/download/

Windows

Download and install the version that best fits your situation.

Mac

If you have homebrew installed you can install node that way:

brew install node

Starting the App

To run the app in development mode, enter the directory and:

npm install && npm start

Make A Release

Setup your environment:

  • Install electron-packager globally (npm install -g electron-packager)
  • (If on Linux or OSX) Install wine (brew install wine)
  • Run "npm install"

Make Windows Package

The dist-win32.sh script will build a release in ~/QMK Firmware Flasher.

Make OS X Package

Use npm run pack on OS X to make a DMG that can be distributed.

About

flashing utility for the Atmel AVR USB family

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL