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 /keyboards/xw60 | |
parent | e50867d52d9c255570630a23514842749b45e4c1 (diff) |
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 'keyboards/xw60')
-rw-r--r-- | keyboards/xw60/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/xw60/rules.mk b/keyboards/xw60/rules.mk index 5921be64c3..fc192e0593 100644 --- a/keyboards/xw60/rules.mk +++ b/keyboards/xw60/rules.mk @@ -17,6 +17,7 @@ NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: ht BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality AUDIO_ENABLE = no # Audio output RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. -HAPTIC_ENABLE += SOLENOID +HAPTIC_ENABLE = yes +HAPTIC_DRIVER = SOLENOID # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |