diff options
| author | QMK Bot <hello@qmk.fm> | 2021-02-04 08:37:32 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-02-04 08:37:32 +0000 |
| commit | bcb780fe0217a9e27c45e18af321f3feb93f41b4 (patch) | |
| tree | f4256aa72a8dd1cdd08ea2d2d074a197e7edd7b6 /layouts | |
| parent | 27749e1c967c02c05e62a89a0ae2776dd7e5158c (diff) | |
| parent | 59d499edd37fff8f397a1933d585d1a7bfdf0e3b (diff) | |
| download | qmk_firmware-bcb780fe0217a9e27c45e18af321f3feb93f41b4.tar.gz qmk_firmware-bcb780fe0217a9e27c45e18af321f3feb93f41b4.zip | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/community/ortho_5x12/xyverz/rules.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/layouts/community/ortho_5x12/xyverz/rules.mk b/layouts/community/ortho_5x12/xyverz/rules.mk index 63c544ad5..c77748325 100644 --- a/layouts/community/ortho_5x12/xyverz/rules.mk +++ b/layouts/community/ortho_5x12/xyverz/rules.mk | |||
| @@ -12,13 +12,14 @@ AUDIO_ENABLE = no # Audio output on port C6 | |||
| 12 | UNICODE_ENABLE = no # Unicode | 12 | UNICODE_ENABLE = no # Unicode |
| 13 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 13 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 14 | 14 | ||
| 15 | ifneq ("$(KEYBOARD)","nyquist") | 15 | |
| 16 | RGBLIGHT_ENABLE = yes | 16 | #ifneq ("$(KEYBOARD)","nyquist") |
| 17 | BACKLIGHT_ENABLE = yes | 17 | # RGBLIGHT_ENABLE = yes |
| 18 | else | 18 | # BACKLIGHT_ENABLE = yes |
| 19 | #else | ||
| 19 | RGBLIGHT_ENABLE = no | 20 | RGBLIGHT_ENABLE = no |
| 20 | BACKLIGHT_ENABLE = no | 21 | BACKLIGHT_ENABLE = no |
| 21 | endif | 22 | #endif |
| 22 | 23 | ||
| 23 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 24 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 24 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 25 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
