Skip to content

sajoku/ergodox-layout-maker

Repository files navigation

ergodox

ErgoDox Layout Maker

Web based open source ErgoDox Layout Maker.

Dependencies

  • d3 for SVG stuff
  • jQuery for everything else.
  • nodejs / npm

Quick Start

npm install gulp -g
npm install
npm start

References

Compiling firmware (on OSX)

Prerequisites (see https://github.com/osx-cross/homebrew-avr/):

brew tap osx-cross/avr
brew install avr-libc

After this it is a simple make inside the src folder of the firmware.

To compile a different layout: make LAYOUT=layout, so say make LAYOUT=dvorak-kinesis-mod

Ideas