diff options
author | Chris Alves <chrisae9@gmail.com> | 2020-03-06 19:11:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-07 00:11:41 +0000 |
commit | 6b6e47cbf1fd700010432105843f194cb4cbd895 (patch) | |
tree | 836de45c9287a643a59a48b55848d994d5d482dc /keyboards/dz60/keymaps/chrisae9/build_flash.sh | |
parent | 54b6bf5910a3e9f4d13ae888c9d030fec7a586be (diff) | |
download | qmk_firmware-6b6e47cbf1fd700010432105843f194cb4cbd895.tar.gz qmk_firmware-6b6e47cbf1fd700010432105843f194cb4cbd895.zip |
DZ60 keyboard layout tuning and README update/fix (#8325)
* 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
* Fixed Readme
* Re-added keyboard picture
* Added home and end button
* added insert, pgup, pgdn
* final commit before pull request
* fixing merge
* Added custom dz60 keymap
* adding lufa?
Co-authored-by: chrisae9 <chrisae9@penguin>
Diffstat (limited to 'keyboards/dz60/keymaps/chrisae9/build_flash.sh')
-rw-r--r-- | keyboards/dz60/keymaps/chrisae9/build_flash.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dz60/keymaps/chrisae9/build_flash.sh b/keyboards/dz60/keymaps/chrisae9/build_flash.sh index 12adb8466b..7e28b2eee5 100644 --- a/keyboards/dz60/keymaps/chrisae9/build_flash.sh +++ b/keyboards/dz60/keymaps/chrisae9/build_flash.sh @@ -4,4 +4,4 @@ # dfu-programmer atmega32u4 reset # run this in the qmk_firmware directory -make dz60:chrisae9:flash
\ No newline at end of file +make dz60:chrisae9:flash |