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