diff options
Diffstat (limited to 'keyboards/acheron/shark/rules.mk')
-rw-r--r-- | keyboards/acheron/shark/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/acheron/shark/rules.mk b/keyboards/acheron/shark/rules.mk index 9c0eb0281..04f2a7b94 100644 --- a/keyboards/acheron/shark/rules.mk +++ b/keyboards/acheron/shark/rules.mk | |||
@@ -16,11 +16,10 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | |||
16 | NKRO_ENABLE = no # USB Nkey Rollover | 16 | NKRO_ENABLE = no # USB Nkey Rollover |
17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default | 17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default |
18 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 18 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
19 | MIDI_ENABLE = no # MIDI support | 19 | MIDI_ENABLE = no # MIDI support |
20 | UNICODE_ENABLE = no # Unicode | 20 | UNICODE_ENABLE = no # Unicode |
21 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 21 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
22 | AUDIO_ENABLE = no # Audio output on port C6 | 22 | AUDIO_ENABLE = no # Audio output on port C6 |
23 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
24 | 23 | ||
25 | LAYOUTS = ortho_4x12 | 24 | LAYOUTS = ortho_4x12 |
26 | 25 | ||