diff options
author | AnthonyNguyen168 <89651736+AnthonyNguyen168@users.noreply.github.com> | 2022-05-20 23:08:33 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 09:08:33 -0700 |
commit | e1759cd638e87366036df2f322c96c1e2e06026a (patch) | |
tree | c3f6460b3a3f02ebb192825c6733921b85e4a6e1 /keyboards/mechbrewery/mb65s/rules.mk | |
parent | 92548bb3e71b6f36632fb373278cc60f1d72127d (diff) |
[Keyboard] Update Layouts for MB-65S and MB-65H (#17160)
Diffstat (limited to 'keyboards/mechbrewery/mb65s/rules.mk')
-rw-r--r-- | keyboards/mechbrewery/mb65s/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/mechbrewery/mb65s/rules.mk b/keyboards/mechbrewery/mb65s/rules.mk index d0cf09161a..8217717005 100644 --- a/keyboards/mechbrewery/mb65s/rules.mk +++ b/keyboards/mechbrewery/mb65s/rules.mk @@ -13,9 +13,9 @@ EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output LTO_ENABLE = yes -LAYOUTS = 65_ansi_blocker 65_ansi_blocker_split_bs +LAYOUTS = 65_ansi_blocker_split_bs 65_iso_blocker_split_bs 65_ansi_blocker_tsangan |