summaryrefslogtreecommitdiffstats
path: root/keyboards/dz60/keymaps/billiams_layout2/build_flash.sh
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2020-01-18 17:00:09 -0800
committerGitHub <noreply@github.com>2020-01-18 17:00:09 -0800
commiteaed517c0bfb10c9169457ba2a187c0c4b0eef2e (patch)
tree7bd12e3e3a8ea14fa6b54005ee71fc38c1738108 /keyboards/dz60/keymaps/billiams_layout2/build_flash.sh
parentba628a28bcf09421739922d8eeef05e6ca9e9b6b (diff)
parentdff4f13c195ff8b799e886ec671d40d1448b55b9 (diff)
Added keymap for Space65 (#7562)
* Initial commit * Modified keymap and updated readme. * fixed numbering in readme * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Made requested changes in PR. * Rename README.md to readme.md * swapped media control keys * updated right alt key to apply shift key for emacs * updated R_Alt to remove shift * Updated readme * add layout 2 and rename existing folder to layout 4 - renamed existing folder with directional layout to layout 4 - udpated existing readme - Added layout_60_2 * update flash script per pull request review * Added keymap profile to space65 - This keymap profile is for MacOS with VIM key bindings - See readme for more information * Update keyboards/gray_studio/space65/keymaps/billiams/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/gray_studio/space65/keymaps/billiams/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/gray_studio/space65/keymaps/billiams/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/gray_studio/space65/keymaps/billiams/readme.md Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/gray_studio/space65/keymaps/billiams/keymap.c Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> * remove unnecessary code from keymap * updated keys and cleaned up readme Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/dz60/keymaps/billiams_layout2/build_flash.sh')
-rw-r--r--keyboards/dz60/keymaps/billiams_layout2/build_flash.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/dz60/keymaps/billiams_layout2/build_flash.sh b/keyboards/dz60/keymaps/billiams_layout2/build_flash.sh
new file mode 100644
index 0000000000..116b0bf336
--- /dev/null
+++ b/keyboards/dz60/keymaps/billiams_layout2/build_flash.sh
@@ -0,0 +1,6 @@
+# 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:billiams_layout2:flash