diff options
author | Croktopus <39040552+Croktopus@users.noreply.github.com> | 2020-07-30 07:52:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-31 00:52:54 +1000 |
commit | 08f31f664a9011aa28f8da3de300db475ce3aba7 (patch) | |
tree | 99346896813274eab3bc5a804707886e81320133 /keyboards/metamechs/timberwolf/rules.mk | |
parent | 9758bcb28b8d5b7915384844bb8b7c2e3e15c8e0 (diff) |
Timber Wolf - updated via keymap, reduced eeprom writing from backlight code (#9876)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/metamechs/timberwolf/rules.mk')
-rw-r--r-- | keyboards/metamechs/timberwolf/rules.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/keyboards/metamechs/timberwolf/rules.mk b/keyboards/metamechs/timberwolf/rules.mk index 240f806a6d..d6da317741 100644 --- a/keyboards/metamechs/timberwolf/rules.mk +++ b/keyboards/metamechs/timberwolf/rules.mk @@ -25,11 +25,9 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -MIDI_ENABLE = no # MIDI support -BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID -AUDIO_ENABLE = no # Audio output on port C6 -FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches -HD44780_ENABLE = no # Enable support for HD44780 based LCDs +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output ENCODER_ENABLE = yes # Enable encoder support +LTO_ENABLE = yes -BACKLIGHT_DRIVER = pwm
\ No newline at end of file +BACKLIGHT_DRIVER = pwm |