keyboards/planck/readme.md

23 lines
347 B
Markdown
Raw Normal View History

2019-12-20 13:39:50 -06:00
# planck
![My Planck Keyboard](https://files.lyte.dev/keyboards/planck.png)
2019-12-20 13:39:50 -06:00
This contains my planck [`qmk_firmware`][0].
# Dependencies
- See [`qmk_firmware`][0].
2019-12-20 13:39:50 -06:00
# Flashing
```
make flash
```
# Modifying
- Edit files in `src/` (particularly `keymap.c`).
- Flash using previous instructions.
2019-12-20 13:39:50 -06:00
[0]: https://github.com/lytedev/qmk_firmware/