summaryrefslogtreecommitdiff
path: root/keyboards/dz60/keymaps/chrisae9/build_flash.sh
diff options
context:
space:
mode:
authorChris Alves <chrisae9@gmail.com>2019-10-28 20:25:11 -0400
committerDrashna Jaelre <drashna@live.com>2019-10-28 17:25:11 -0700
commit1b06ea0c863b493215d80400f00797ceb0eabc3d (patch)
treee6015d706c3aa517eb0175e654f83da84b5601fd /keyboards/dz60/keymaps/chrisae9/build_flash.sh
parentc7a8cab8831f18778e4d46e3c6bfe36803656986 (diff)
[Keymap] Added new custom keymap for the DZ60 (#6948)
* Added custom dz60 keymap * Update readme.md * Updated pictures in README.md * README.md fixes * Updated mouse layout/ added ` key * Changed bkspc key to del in mod * Changed picture * Updated keymap * Removed default dz60 config.h * Updated Readme * Added Devorak Keymap * Re-added Default Config File * Updated Flash Command * Cleaned Up Custom Config File * Added Lock Security Layer * Updated Readme Picture
Diffstat (limited to 'keyboards/dz60/keymaps/chrisae9/build_flash.sh')
-rw-r--r--keyboards/dz60/keymaps/chrisae9/build_flash.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/dz60/keymaps/chrisae9/build_flash.sh b/keyboards/dz60/keymaps/chrisae9/build_flash.sh
new file mode 100644
index 0000000000..12adb8466b
--- /dev/null
+++ b/keyboards/dz60/keymaps/chrisae9/build_flash.sh
@@ -0,0 +1,7 @@
+#OLD WAY
+# dfu-programmer atmega32u4 erase --force
+# dfu-programmer atmega32u4 flash /path/to/firmware.hex
+# dfu-programmer atmega32u4 reset
+
+# run this in the qmk_firmware directory
+make dz60:chrisae9:flash \ No newline at end of file