diff options
author | jonathan <uuupah@gmail.com> | 2020-11-22 05:36:55 +1030 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 19:06:55 +0000 |
commit | 4368611bfd87a544689ed10bb4450a39314bf1a1 (patch) | |
tree | cf6a469ed9e599ba568aedcd6806e0554c6b1e64 /keyboards/xd96/rules.mk | |
parent | ccb15c2d2923903a925d253eec66fd4356ceea85 (diff) |
Add layout_all to xd96 (#10913)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/xd96/rules.mk')
-rw-r--r-- | keyboards/xd96/rules.mk | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/keyboards/xd96/rules.mk b/keyboards/xd96/rules.mk index 3ede910c3e..8d34a1f822 100644 --- a/keyboards/xd96/rules.mk +++ b/keyboards/xd96/rules.mk @@ -23,14 +23,10 @@ COMMAND_ENABLE = no # Commands for debug and configuration SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work NKRO_ENABLE = no # USB Nkey Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -MIDI_ENABLE = no # MIDI support -UNICODE_ENABLE = no # Unicode -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 LTO_ENABLE = yes # custom matrix setup |