]> git.donarmstrong.com Git - qmk_firmware.git/commit
Add an easy way to create new keymaps for your favorite keyboard (#3868)
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Thu, 13 Sep 2018 18:22:05 +0000 (11:22 -0700)
committerDrashna Jaelre <drashna@live.com>
Thu, 13 Sep 2018 18:22:05 +0000 (11:22 -0700)
commit170de1273cde78d93b3f955aca133a4d690742b2
treec09f2b382ae7f7bbb22fa23963a8d1dbca4c48d7
parent6d6d91c834ef3415425e21d895d4ec91c67fd4b8
Add an easy way to create new keymaps for your favorite keyboard (#3868)

* initial commit of keymap creation script

* create default keymap

* pass shellcheck

* provide a better usage message

* change printf string to more accurately reflect the path

* make it more easily understood

* found another typo

* add documentation regarding the new_keymap script

* enforce lowercase for userinputs
docs/newbs_building_firmware.md
util/new_keymap.sh [new file with mode: 0755]