-
-
Notifications
You must be signed in to change notification settings - Fork 40.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Co-authored-by: Joel Challis <[email protected]>
- Loading branch information
Showing
5 changed files
with
59 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters