Coder Social home page Coder Social logo

bluka / wally Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zsa/wally

0.0 0.0 0.0 16.34 MB

The Flash(ing tool)

Home Page: https://ergodox-ez.com/pages/wally

License: Other

Shell 5.32% Go 42.27% JavaScript 35.25% CSS 11.49% HTML 3.86% Dockerfile 1.81%

wally's Introduction

Wally

Flash your ZSA Keyboard the EZ way.

ℹ️ Windows users: There's a new version of Wally rewritten from the ground up using native technologies.

ErgoDox EZ users: Teensy Loader will still work for flashing your ErgoDox EZ (as will Wally — you've got options!).

Getting started

⚠️ Warning starting from firmware v19, Wally needs to be updated to v2.1.0 in order to detect your keyboard. Linux users should update their udev rules using the latest version from the wiki.

Wally comes in two flavors, a GUI and a CLI app. Download the application for your favorite platform from the relevant release page: GUI / CLI.

Note for Linux users, follow the instructions from our wiki page before running the application.

Note for Mac OS users, the CLI requires libusb to be installed: brew install libusb

Contributing

The following instructions apply only to those who wish to actively develop Wally and contribute new features or bugfixes to this open-source project. If you simply want to flash your board with some fresh firmware, see above.

Wally is built using Wails at its core and Preact for the UI. This guide assumes you have a sane Wails environment setup.

Installing dev dependencies

Wally is compatible with Windows, Linux, and macOS. Developing using each platform requires some extra setup:

Windows

  1. Install Wails
  2. Setup pkg-config - see http://www.mingw.org/wiki/FAQ "How do I get pkg-config installed?"
  3. Grab and install the latest version of libusb from here
  4. At the root of the project run wails build, the resulting binary will be available in the build folder.

Linux

The easiest way to compile locally is to use Docker:

Run ./build.linux.sh, the resulting binary will be available in the dist/linux64 directory.

An alternative method:

  1. Follow the instructions from our wiki page.
  2. Install Wails
  3. At the root of the project run wails build, the resulting binary will be available in the build folder.

macOS

  1. Install libusb using brew:
brew install libusb
  1. Install Wails
  2. At the root of the project run wails build, the resulting binary will be available in the build folder.

Note: the GUI app won't include libusb so it needs to be installed on the computer running it. To embed libusb into the binary, install dylibbundler and run:

dylibbundler -of -b -x ./dist/osx/Wally.app/Contents/MacOS/Wally -d ./dist/osx/Wally.app/Contents/libs/

Sending feedback

As you may have noticed, we do not have GitHub Issues enabled for this project. Instead, please submit all feedback via email to [email protected] — you will find us very responsive. Thank you for your help with Wally!

wally's People

Contributors

arcnmx avatar benbusby avatar chrislane avatar darrieng avatar davidak avatar dependabot[bot] avatar discoriver avatar edevil avatar ezuk avatar fdidron avatar gpid007 avatar lee-dohm avatar leoluk avatar mailaender avatar mihaiolteanu avatar prezu avatar rishka avatar skubakdj avatar stevenwaterman avatar swsnr avatar timothyye avatar zmccoy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.