diff options
Diffstat (limited to 'keyboards/centromere/rules.mk')
-rw-r--r-- | keyboards/centromere/rules.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/keyboards/centromere/rules.mk b/keyboards/centromere/rules.mk index f08f6e6eb..2469d244a 100644 --- a/keyboards/centromere/rules.mk +++ b/keyboards/centromere/rules.mk | |||
@@ -31,14 +31,7 @@ MIDI_ENABLE = no # MIDI controls | |||
31 | UNICODE_ENABLE = yes # Unicode | 31 | UNICODE_ENABLE = yes # Unicode |
32 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 32 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
33 | 33 | ||
34 | USB = /dev/ttyACM0 | ||
35 | |||
36 | # upload: build | ||
37 | # $(CENTROMERE_UPLOAD_COMMAND) | ||
38 | |||
39 | OPT_DEFS += -DCENTROMERE_PROMICRO | ||
40 | |||
41 | # # project specific files | 34 | # # project specific files |
42 | SRC = matrix.c | 35 | SRC += matrix.c serial_uart.c |
43 | 36 | ||
44 | LAYOUTS = split_3x5_3 split_3x6_3 | 37 | LAYOUTS = split_3x5_3 split_3x6_3 |