]> git.donarmstrong.com Git - qmk_firmware.git/commit
Use `keymap` instead of `username` variable for `qmk new_keymap` (#6885)
authorSt. John Johnson <st.john.johnson@gmail.com>
Sun, 6 Oct 2019 06:41:15 +0000 (23:41 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Sun, 6 Oct 2019 06:41:15 +0000 (23:41 -0700)
commit78f01eef2e4586f59b56703d0a4f1a57a1af40a1
tree59ff7577980e1f8e39d0a945aa533e92f3e0945a
parentf3f7f941dc7627ea8cdeb00b73c72bff3739de15
Use `keymap` instead of `username` variable for `qmk new_keymap` (#6885)

Username is not defined and this causes `qmk new_keymap` to error.  This
appears to have originated from a partial update in
https://github.com/qmk/qmk_firmware/pull/6708/files#diff-d5208bcbc79aa428556a743b6ff41086.  This change completes the migration from `username` to `keymap`
lib/python/qmk/cli/new/keymap.py