diff options
| -rw-r--r-- | keyboards/hhkb/hhkb.h | 1 | ||||
| -rw-r--r-- | keyboards/hhkb/rules.mk | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/hhkb/hhkb.h b/keyboards/hhkb/hhkb.h index 30dc039a4..668f78eec 100644 --- a/keyboards/hhkb/hhkb.h +++ b/keyboards/hhkb/hhkb.h | |||
| @@ -21,6 +21,7 @@ | |||
| 21 | { K70, K71, K72, K73, K74, K75, K76, KC_NO } \ | 21 | { K70, K71, K72, K73, K74, K75, K76, KC_NO } \ |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | #define LAYOUT_60_hhkb LAYOUT | ||
| 24 | 25 | ||
| 25 | #define LAYOUT_JP( \ | 26 | #define LAYOUT_JP( \ |
| 26 | K02, K32, K62, K22, K12, K52, K72, KA2, K92, K82, KB2, KE2, KF2, KD2, KC2, \ | 27 | K02, K32, K62, K22, K12, K52, K72, KA2, K92, K82, KB2, KE2, KF2, KD2, KC2, \ |
diff --git a/keyboards/hhkb/rules.mk b/keyboards/hhkb/rules.mk index fb1538d8a..68fb51a30 100644 --- a/keyboards/hhkb/rules.mk +++ b/keyboards/hhkb/rules.mk | |||
| @@ -67,3 +67,5 @@ endif | |||
| 67 | # debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT | 67 | # debug-off: EXTRAFLAGS += -DNO_DEBUG -DNO_PRINT |
| 68 | # debug-off: OPT_DEFS := $(filter-out -DCONSOLE_ENABLE,$(OPT_DEFS)) | 68 | # debug-off: OPT_DEFS := $(filter-out -DCONSOLE_ENABLE,$(OPT_DEFS)) |
| 69 | # debug-off: all | 69 | # debug-off: all |
| 70 | |||
| 71 | LAYOUTS = 60_hhkb | ||
