diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-17 08:12:57 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-11-17 08:12:57 -0800 |
commit | 6b18ca2875ceb38011f32f2d17238ba55ce7ad67 (patch) | |
tree | b96dceaf3e22564dfc87b9b100e324f59ae30fa7 /keyboards/dz60/rules.mk | |
parent | 7b6c8e89cacceb7e4e751c174e8c4e32489a7b29 (diff) | |
download | qmk_firmware-6b18ca2875ceb38011f32f2d17238ba55ce7ad67.tar.gz qmk_firmware-6b18ca2875ceb38011f32f2d17238ba55ce7ad67.zip |
Add Community Layout: 60_abnt2 (#7381)
* Add Community Layout: 60_abnt2
Add a 60% version of the standard keyboard layout used in Brazil.
* Enable 60_abnt2 support for DZ60
* fix the indenting in the Community Layout keymap
Diffstat (limited to 'keyboards/dz60/rules.mk')
-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 d2faa99897..556d9e55c7 100644 --- a/keyboards/dz60/rules.mk +++ b/keyboards/dz60/rules.mk @@ -25,4 +25,4 @@ BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality AUDIO_ENABLE = no RGBLIGHT_ENABLE = yes -LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_hhkb 60_iso +LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_hhkb 60_iso 60_abnt2 |