diff options
author | Chandler <austexcn@users.noreply.github.com> | 2020-06-10 15:32:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 21:32:19 +0100 |
commit | e26bc21d1452dcf04332d300a874dacc8d74862d (patch) | |
tree | be7e7e594b5415db0cf850133b6bbff31140d78b /keyboards/atxkb/1894/rules.mk | |
parent | 5c2b46dc47f8e4c0e806b78b58324ac66869d7a8 (diff) |
fix rgb mode selection and lighting increments for the 1894 (#9336)
Diffstat (limited to 'keyboards/atxkb/1894/rules.mk')
-rw-r--r-- | keyboards/atxkb/1894/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/atxkb/1894/rules.mk b/keyboards/atxkb/1894/rules.mk index 56e1ed8e0c..7910681a31 100644 --- a/keyboards/atxkb/1894/rules.mk +++ b/keyboards/atxkb/1894/rules.mk @@ -29,5 +29,6 @@ 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 +LTO_ENABLE = yes LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_tsangan_hhkb |