mirror of
https://github.com/nicolai86/ErgoDox-EZ.git
synced 2026-05-06 03:18:58 -07:00
15 lines
344 B
Markdown
15 lines
344 B
Markdown
# ErgoDox-EZ
|
|
|
|
[ErgoDox EZ](https://ergodox-ez.com/) LED mod to convert your regular ErgoDox EZ into an ErgoDox EZ shine.
|
|
|
|
## Firmware
|
|
|
|
Once you've connected your Atmega168 you can compile the firmware and flash your microcontroller with the included makefile:
|
|
|
|
```
|
|
$ make build
|
|
$ make flash
|
|
```
|
|
|
|
The makefile is setup to use the AVR ISP MKII.
|