diff options
Diffstat (limited to 'keyboards/dc01/left/rules.mk')
-rw-r--r-- | keyboards/dc01/left/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dc01/left/rules.mk b/keyboards/dc01/left/rules.mk index 3f4cbdf73c..cd440a494a 100644 --- a/keyboards/dc01/left/rules.mk +++ b/keyboards/dc01/left/rules.mk @@ -28,7 +28,7 @@ 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 + CUSTOM_MATRIX = yes # Use custom matrix SRC += matrix.c \ i2c_master.c |