diff options
author | Joshua Rubin <joshuarubin@users.noreply.github.com> | 2020-04-02 21:22:48 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-02 20:22:48 -0700 |
commit | 5f35b07102ac7c8296331562f1e8a39d351c9d4a (patch) | |
tree | 4e856f695bc790e9ef8c04d570a0f41b934163bb /keyboards/dz60 | |
parent | 59188bf29d10cdf0500811a68f611ab6a724494f (diff) |
add 60_tsangan_hhkb layout to dz60 rules (#8616)
* add 60_tsangan_hhkb layout to dz60
Diffstat (limited to 'keyboards/dz60')
-rw-r--r-- | keyboards/dz60/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dz60/rules.mk b/keyboards/dz60/rules.mk index e5e9b84657..73b1d2ecb9 100644 --- a/keyboards/dz60/rules.mk +++ b/keyboards/dz60/rules.mk @@ -25,4 +25,4 @@ BACKLIGHT_ENABLE = yes # Enable per-key backlight LEDs AUDIO_ENABLE = no # There is no speaker on this PCB RGBLIGHT_ENABLE = yes # Enable the RGB underglow LEDs -LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_hhkb 60_iso 60_abnt2 +LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_hhkb 60_iso 60_abnt2 60_tsangan_hhkb |