From 5c545703ff59c5250cf9e0d7d7066a03e5b8752d Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 23 Jun 2016 22:54:57 -0500 Subject: [PATCH] more work on stuff --- planck/lytedev/.gitignore | 1 + planck/readme.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 planck/lytedev/.gitignore diff --git a/planck/lytedev/.gitignore b/planck/lytedev/.gitignore new file mode 100644 index 0000000..eee4db0 --- /dev/null +++ b/planck/lytedev/.gitignore @@ -0,0 +1 @@ +*.hex diff --git a/planck/readme.md b/planck/readme.md index 4c14762..8f34f67 100644 --- a/planck/readme.md +++ b/planck/readme.md @@ -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`)