diff options
author | Danny <nooges@users.noreply.github.com> | 2018-08-13 15:05:58 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-13 12:05:58 -0700 |
commit | 05b7383703d9e7bb68f29765adf865ba78facf2d (patch) | |
tree | 63420634e49af91a45a87119fba077ef76cd7f05 /layouts/community/ortho_4x12/bakingpy/rules.mk | |
parent | 39256c2449c9c56562f3110f8655fdaf3e2cd5cc (diff) | |
download | firmware-05b7383703d9e7bb68f29765adf865ba78facf2d.tar.gz firmware-05b7383703d9e7bb68f29765adf865ba78facf2d.tar.bz2 firmware-05b7383703d9e7bb68f29765adf865ba78facf2d.zip |
Keyboard: Refactor Levinson to use split common code (#3639)
* Migrate Levinson to use split_common code
* Update keymap
Diffstat (limited to 'layouts/community/ortho_4x12/bakingpy/rules.mk')
-rw-r--r-- | layouts/community/ortho_4x12/bakingpy/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/community/ortho_4x12/bakingpy/rules.mk b/layouts/community/ortho_4x12/bakingpy/rules.mk index 80e5f82ee..0d568c401 100644 --- a/layouts/community/ortho_4x12/bakingpy/rules.mk +++ b/layouts/community/ortho_4x12/bakingpy/rules.mk @@ -2,4 +2,5 @@ ifeq ($(LAYOUTS_HAS_RGB),yes) RGBLIGHT_ENABLE = yes endif -AUDIO_ENABLE = yes +AUDIO_ENABLE = no +BACKLIGHT_ENABLE = yes |