diff options
author | Zach White <skullydazed@gmail.com> | 2021-05-08 12:25:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-08 12:25:04 -0700 |
commit | 3e9f809988d03036e712bc73237590653868f8ba (patch) | |
tree | eec52147da1e166c1593f6717e0309d168c80b58 /keyboards/bm43a/keymaps/stevexyz | |
parent | a8714447430aa800774d756c362e928b34add5ef (diff) |
fix some references to bin/qmk that slipped in (#12832)
Diffstat (limited to 'keyboards/bm43a/keymaps/stevexyz')
-rw-r--r-- | keyboards/bm43a/keymaps/stevexyz/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/bm43a/keymaps/stevexyz/readme.md b/keyboards/bm43a/keymaps/stevexyz/readme.md index 9e4da10d2a..56d0823d19 100644 --- a/keyboards/bm43a/keymaps/stevexyz/readme.md +++ b/keyboards/bm43a/keymaps/stevexyz/readme.md @@ -21,5 +21,5 @@ And a view on the actual build: In order to compile the module from qmk root directory use the command 'make bm43a:stevexyz' -And in order to upload the new firmware use the command: 'bin/qmk flash -kb bm43a -km stevexyz' (you can initiate programming with keyboard RESET key, that in this keymap has been moved on the backspace button in the "lights" layer) +And in order to upload the new firmware use the command: 'qmk flash -kb bm43a -km stevexyz' (you can initiate programming with keyboard RESET key, that in this keymap has been moved on the backspace button in the "lights" layer) |