haptic: naming cleanups (#21551)
This commit is contained in:
parent
b20b360404
commit
b090354143
53 changed files with 667 additions and 660 deletions
|
@ -12,6 +12,6 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|||
AUDIO_ENABLE = yes # Audio output
|
||||
ENCODER_ENABLE = yes
|
||||
HAPTIC_ENABLE = yes
|
||||
HAPTIC_DRIVER = DRV2605L
|
||||
HAPTIC_DRIVER = drv2605l
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
|
|
@ -11,6 +11,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|||
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = yes # Audio output
|
||||
HAPTIC_ENABLE = yes
|
||||
HAPTIC_DRIVER = DRV2605L
|
||||
HAPTIC_DRIVER = drv2605l
|
||||
|
||||
LTO_ENABLE = yes
|
||||
|
|
|
@ -12,6 +12,6 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|||
AUDIO_ENABLE = yes # Audio output
|
||||
ENCODER_ENABLE = yes # Rotary encoder
|
||||
HAPTIC_ENABLE = yes # Rumble feefback
|
||||
HAPTIC_DRIVER = DRV2605L # Rumble motor
|
||||
HAPTIC_DRIVER = drv2605l # Rumble motor
|
||||
|
||||
LTO_ENABLE = yes # Link time optimization
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue