more work on stuff

This commit is contained in:
Daniel Flanagan 2016-06-23 22:54:57 -05:00
parent ade535738d
commit 5c545703ff
2 changed files with 2 additions and 1 deletions

1
planck/lytedev/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.hex

View file

@ -4,7 +4,7 @@ This contains my `qmk_firmware`-compatible Planck keymap.
## Flashing
* Clone and setup the repository at https://github.com/jackhumbert/qmk_firmware.git - pay special attention to the dependencies (for arch users, `pacman -S avr-libc avr-gcc` and `dfu-programmer` in the AUR)
* Copy the `lytedev` folder in this directory of this repo to `qmk_firmware/keyboard/planck/keymaps/lytedev/`
* Copy (or symlink if you plan on changing often) the `lytedev` folder in this directory of this repo to `qmk_firmware/keyboard/planck/keymaps/lytedev/`
* From `qmk_firmware/keyboard/planck/keymaps/lytedev/`, run `make` to generate your firmware
* Press the flash button on the Planck keyboard
* From `qmk_firmware/keyboard/planck/keymaps/lytedev/` (same as last terminal command directory), run `make dfu` as root (`sudo make dfu`)