diff options
author | Drashna Jaelre <drashna@live.com> | 2018-12-04 13:27:41 -0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-12-04 13:27:41 -0800 |
commit | 6d0dc910d92bc381d3cce9ea712aa47ae40ddf15 (patch) | |
tree | a1490c040ca730cdf43fb7f52422391998590597 /layouts/community/ortho_4x12/drashna/rules.mk | |
parent | 106de349fb6410d0deb706ecb68ae1e78a4ef2db (diff) |
Rework drashna userspace to be more modular (#4544)
* Break up files to make more readable
* Add comments to ortho 4x12 layout rules.mk
* Small tweaks
* Update GitLab CI scripts
* Make ortho boards smaller
Diffstat (limited to 'layouts/community/ortho_4x12/drashna/rules.mk')
-rw-r--r-- | layouts/community/ortho_4x12/drashna/rules.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/layouts/community/ortho_4x12/drashna/rules.mk b/layouts/community/ortho_4x12/drashna/rules.mk index 5e46cf112e..a5429b8ffb 100644 --- a/layouts/community/ortho_4x12/drashna/rules.mk +++ b/layouts/community/ortho_4x12/drashna/rules.mk @@ -5,12 +5,12 @@ CONSOLE_ENABLE = no # Console for debug(+400) COMMAND_ENABLE = no # Commands for debug and configuration TAP_DANCE_ENABLE = no AUDIO_ENABLE = yes -ifeq (,$(findstring planck/rev6,$(KEYBOARD))) +ifeq (,$(findstring planck/rev6,$(KEYBOARD))) # Make sure it's NOT the Planck Rev6 RGBLIGHT_ENABLE = yes INDICATOR_LIGHTS = yes RGBLIGHT_TWINKLE = yes endif -ifneq (,$(findstring planck/light,$(KEYBOARD))) +ifneq (,$(findstring planck/light,$(KEYBOARD))) # Make sure it IS the Planck Light RGB_MATRIX_ENABLE = yes RGBLIGHT_ENABLE = no endif @@ -23,4 +23,3 @@ endif MACROS_ENABLED = no - |