Skip to content

Commit

Permalink
[Keyboard] Add 60_hhkb layout to hhkb (qmk#8618)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Rubin <[email protected]>
  • Loading branch information
joshuarubin authored and lorenzoernesto committed May 15, 2020
1 parent 3470ad0 commit a3a0d5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/hhkb/hhkb.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
{ K70, K71, K72, K73, K74, K75, K76, KC_NO } \
}

#define LAYOUT_60_hhkb LAYOUT

#define LAYOUT_JP( \
K02, K32, K62, K22, K12, K52, K72, KA2, K92, K82, KB2, KE2, KF2, KD2, KC2, \
Expand Down
2 changes: 2 additions & 0 deletions keyboards/hhkb/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@ endif
# debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT
# debug-off: OPT_DEFS := $(filter-out -DCONSOLE_ENABLE,$(OPT_DEFS))
# debug-off: all

LAYOUTS = 60_hhkb

0 comments on commit a3a0d5e

Please sign in to comment.