2022-09-04 18:00:44 -07:00
|
|
|
# HHKB like Layout with 7u Space
|
2016-11-12 10:23:38 -08:00
|
|
|
|
2022-09-04 18:00:44 -07:00
|
|
|
Like the HHKB but on a Satan GH60 PCB :D.
|
2016-11-12 10:23:38 -08:00
|
|
|
|
|
|
|
# Programming Instructions:
|
2022-09-04 18:00:44 -07:00
|
|
|
Compile the firmware
|
|
|
|
```
|
|
|
|
$ qmk compile -kb gh60/satan -km hhkb_7u
|
|
|
|
```
|
|
|
|
|
2016-11-12 10:23:38 -08:00
|
|
|
Enter into programming mode and run the following command.
|
|
|
|
```
|
2022-09-04 18:00:44 -07:00
|
|
|
$ qmk flash -kb gh60/satan -km hhkb_7u
|
|
|
|
```
|