diff options
author | Koobaczech <67293963+Koobaczech@users.noreply.github.com> | 2022-03-07 01:58:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-06 22:58:06 -0800 |
commit | 2d8266bd7b896a7e9c3f971d4b8ed5be274c7951 (patch) | |
tree | 9bb4f8c93f4fdfc577f7b49f7db7db3506cdabae /keyboards/pearlboards/zeus | |
parent | bbd47fcaa258422caeb3ad5dca7cb3cce3b539ed (diff) |
[Keyboard] Tidy Up pearlboards (#16497)
Diffstat (limited to 'keyboards/pearlboards/zeus')
-rw-r--r-- | keyboards/pearlboards/zeus/rules.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/pearlboards/zeus/rules.mk b/keyboards/pearlboards/zeus/rules.mk index b75d687546..556a5e9df9 100644 --- a/keyboards/pearlboards/zeus/rules.mk +++ b/keyboards/pearlboards/zeus/rules.mk @@ -16,8 +16,8 @@ NKRO_ENABLE = yes # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = yes # Audio output -ENCODER_ENABLE = yes -HAPTIC_ENABLE = yes -HAPTIC_DRIVER = DRV2605L +ENCODER_ENABLE = yes # Rotary encoder +HAPTIC_ENABLE = yes # Rumble feefback +HAPTIC_DRIVER = DRV2605L # Rumble motor -LTO_ENABLE = yes +LTO_ENABLE = yes # Link time optimization |