keyboards/planck/readme.md

26 lines
1 KiB
Markdown
Raw Normal View History

# Planck
This contains my `qmk_firmware`-compatible Planck keymap.
## Flashing
2016-06-23 22:53:59 -05:00
* 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)
* Run the following command, setting `QMK_DIR` to the directory of the repo you cloned in the last step:
QMK_DIR="$HOME/qmk_firmware" make
* And then flash your keyboard by pressing the reset button in the bottom of it (or the `RESET` key if you have it programmed in) and run (don't forget to set `QMK_DIR` to the directory of the repo we cloned in the first step!):
QMK_DIR="$HOME/qmk_firmware" sudo make dfu
2016-06-23 22:53:59 -05:00
**Tip**: If you don't have an extra keyboard to send the `make dfu` command, just prepend `sleep 10 &&` to it to give yourself 10 seconds to hit the flash button.
That should be it! Your Planck keyboard should now be flashed with this layout.
2016-04-05 02:14:17 -05:00
2016-04-05 02:14:17 -05:00
## Modifying
Just modify `keymap.c` and repeat the steps above for flashing! Easy.
2016-04-05 02:14:17 -05:00