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 <git@zvecr.com>

Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
AMing Lau
2022-09-04 18:00:44 -07:00
committed by GitHub
parent 288808526b
commit a36c95db60
5 changed files with 59 additions and 22 deletions

View File

@@ -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
```
$ qmk flash -kb gh60/satan -km hhkb_7u
```