diff options
| author | Joel Challis <git@zvecr.com> | 2021-10-18 12:55:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-18 12:55:44 +0100 |
| commit | 01b702bece4de0aa17c1df39a3305a1b643fd762 (patch) | |
| tree | 73c898da1a4d9408b95c7441fc7a01f9aac728c9 /layouts/community | |
| parent | e50867d52d9c255570630a23514842749b45e4c1 (diff) | |
| download | qmk_firmware-01b702bece4de0aa17c1df39a3305a1b643fd762.tar.gz qmk_firmware-01b702bece4de0aa17c1df39a3305a1b643fd762.zip | |
Split out HAPTIC_ENABLE to have separate DRIVER option (#14854)
* DRIVER -> ENABLE
* Update generic_features.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update common_features.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'layouts/community')
| -rw-r--r-- | layouts/community/ortho_4x12/drashna/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/community/ortho_4x12/drashna/rules.mk b/layouts/community/ortho_4x12/drashna/rules.mk index 775ad8e6e..8c3e12663 100644 --- a/layouts/community/ortho_4x12/drashna/rules.mk +++ b/layouts/community/ortho_4x12/drashna/rules.mk | |||
| @@ -28,7 +28,6 @@ ifeq ($(strip $(KEYBOARD)), planck/light) | |||
| 28 | RGBLIGHT_ENABLE = yes | 28 | RGBLIGHT_ENABLE = yes |
| 29 | RGBLIGHT_STARTUP_ANIMATION = yes | 29 | RGBLIGHT_STARTUP_ANIMATION = yes |
| 30 | AUDIO_ENABLE = yes | 30 | AUDIO_ENABLE = yes |
| 31 | # HAPTIC_ENABLE += SOLENOID | ||
| 32 | endif | 31 | endif |
| 33 | ifeq ($(strip $(KEYBOARD)), planck/ez) | 32 | ifeq ($(strip $(KEYBOARD)), planck/ez) |
| 34 | RGBLIGHT_ENABLE = no | 33 | RGBLIGHT_ENABLE = no |
