From a36c95db60dc4adf47de70ba34346fa6371e68d1 Mon Sep 17 00:00:00 2001 From: AMing Lau Date: Sun, 4 Sep 2022 18:00:44 -0700 Subject: Fix compilation error for GH60 satan HHKB 7u layout (#18250) * Fix compilation error for GH60 satan HHKB 7u layout * Update keyboards/gh60/satan/info.json Co-authored-by: Joel Challis Co-authored-by: Joel Challis --- keyboards/gh60/satan/keymaps/hhkb_7u/readme.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'keyboards/gh60/satan/keymaps/hhkb_7u/readme.md') 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 +``` -- cgit v1.2.3