···11### qmk-config
2233qmk configuration for ergodox
44+45Uses nix to build and flash the firmware
55-The configurations are generated by qmk online tool
66+77+The configurations are generated by [qmk online tool](https://config.qmk.fm/#/ergodox_ez/base/LAYOUT_ergodox_pretty)
6879### flash
81099-To flash, simply run nix run `.#$KEYBOARD` where `$KEYBOARD` is the desired keyboard
1010-Or you can manually use qmk command line if you use nix develop.
1111+To flash, simply run `nix run .#$KEYBOARD` where `$KEYBOARD` is the desired keyboard
1212+1313+Or you can manually use qmk command line if you use nix develop