summaryrefslogtreecommitdiff
path: root/keyboards/gh60/satan/keymaps/hhkb_7u/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gh60/satan/keymaps/hhkb_7u/readme.md')
-rw-r--r--keyboards/gh60/satan/keymaps/hhkb_7u/readme.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/keyboards/gh60/satan/keymaps/hhkb_7u/readme.md b/keyboards/gh60/satan/keymaps/hhkb_7u/readme.md
index 39e71beedd..3ea92f79f9 100644
--- a/keyboards/gh60/satan/keymaps/hhkb_7u/readme.md
+++ b/keyboards/gh60/satan/keymaps/hhkb_7u/readme.md
@@ -1,9 +1,14 @@
-# Dbroqua HHKB like Layout
+# HHKB like Layout with 7u Space
-Like the HHKB but with a Satan GH60 PCB :D.
+Like the HHKB but on a Satan GH60 PCB :D.
# Programming Instructions:
+Compile the firmware
+```
+$ qmk compile -kb gh60/satan -km hhkb_7u
+```
+
Enter into programming mode and run the following command.
```
-$ sudo KEYMAP=dbroqua_hhkb make dfu
-``` \ No newline at end of file
+$ qmk flash -kb gh60/satan -km hhkb_7u
+```