diff options
author | Xyverz <xyverz@gmail.com> | 2021-02-04 00:36:41 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 19:36:41 +1100 |
commit | 59d499edd37fff8f397a1933d585d1a7bfdf0e3b (patch) | |
tree | 683d13e63f80649b1547348a4e9209f4a0dffd0e /layouts/community | |
parent | 758891aa4408a02dbabdea48bf1a4c675d848c8f (diff) | |
download | qmk_firmware-59d499edd37fff8f397a1933d585d1a7bfdf0e3b.tar.gz qmk_firmware-59d499edd37fff8f397a1933d585d1a7bfdf0e3b.zip |
Xyverz bastyl (#11662)
Co-authored-by: Ian Sterling <503326@MC02YT9K9LVCF.tld>
Diffstat (limited to 'layouts/community')
-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 63c544ad57..c777483254 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 UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID -ifneq ("$(KEYBOARD)","nyquist") - RGBLIGHT_ENABLE = yes - BACKLIGHT_ENABLE = yes -else + +#ifneq ("$(KEYBOARD)","nyquist") +# RGBLIGHT_ENABLE = yes +# BACKLIGHT_ENABLE = yes +#else RGBLIGHT_ENABLE = no BACKLIGHT_ENABLE = no -endif +#endif # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |