2016-04-04 15:44:24 -05:00
|
|
|
# Planck
|
|
|
|
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
|
|
|
|
* Copy the `lytedev.c` file in this directory of this repo to `qmk_firmware/keyboard/planck/lytedev.c`
|
|
|
|
* From `qmk_firmware/keyboard/planck`, run `make KEYMAP=lytedev` to generate your firmware
|
|
|
|
* Press the flash button on the Planck keyboard
|
|
|
|
* From `qmk_firmware/keyboard/planck` (same as last terminal command directory), run `make dfu` as root (`sudo make dfu`)
|
|
|
|
|
|
|
|
That should be it! Your Planck keyboard should now be flashed with this layout.
|
2016-04-05 02:14:17 -05:00
|
|
|
|
|
|
|
## Modifying
|
|
|
|
Just modify `lytedev.c` and repeat the steps above for flashing! Easy.
|
|
|
|
|