aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hhkb
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hhkb')
-rw-r--r--keyboards/hhkb/keymaps/blakedietz/README.md4
-rw-r--r--keyboards/hhkb/readme.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/hhkb/keymaps/blakedietz/README.md b/keyboards/hhkb/keymaps/blakedietz/README.md
index c0f7fde7a..4dff47a6e 100644
--- a/keyboards/hhkb/keymaps/blakedietz/README.md
+++ b/keyboards/hhkb/keymaps/blakedietz/README.md
@@ -29,7 +29,7 @@ From the hhkb directory run the following:
29 29
30```bash 30```bash
31make clean 31make clean
32make hhkb-blakedietz-dfu 32make hhkb:blakedietz:dfu
33``` 33```
34 34
35Press the button on the alternate controller to put the board into boot mode. 35Press the button on the alternate controller to put the board into boot mode.
@@ -37,7 +37,7 @@ Press the button on the alternate controller to put the board into boot mode.
37You'll see an output similar to the following: 37You'll see an output similar to the following:
38 38
39```bash 39```bash
40make hhkb-blakedietz-dfu 40make hhkb:blakedietz:dfu
41 41
42Making hhkb with keymap blakedietz and target dfu 42Making hhkb with keymap blakedietz and target dfu
43 43
diff --git a/keyboards/hhkb/readme.md b/keyboards/hhkb/readme.md
index ee64e037a..8774a73f7 100644
--- a/keyboards/hhkb/readme.md
+++ b/keyboards/hhkb/readme.md
@@ -9,6 +9,6 @@ Hardware Availability: https://geekhack.org/index.php?topic=12047.0
9 9
10Make example for this keyboard (after setting up your build environment): 10Make example for this keyboard (after setting up your build environment):
11 11
12 make hhkb-default 12 make hhkb:default
13 13
14See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. 14See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.