2019-12-20 13:39:50 -06:00
|
|
|
# planck
|
|
|
|
|
2022-01-28 11:22:25 -06:00
|
|
|
![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
|
|
|
|
|
2022-01-28 11:22:25 -06:00
|
|
|
- See [`qmk_firmware`][0].
|
2019-12-20 13:39:50 -06:00
|
|
|
|
|
|
|
# Flashing
|
|
|
|
|
|
|
|
```
|
|
|
|
make flash
|
|
|
|
```
|
|
|
|
|
|
|
|
# Modifying
|
|
|
|
|
2022-01-28 11:22:25 -06:00
|
|
|
- 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/
|