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