diff options
Diffstat (limited to 'keyboards/honeycomb/rules.mk')
-rwxr-xr-x | keyboards/honeycomb/rules.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/keyboards/honeycomb/rules.mk b/keyboards/honeycomb/rules.mk index 19852d7ec..d6f98125e 100755 --- a/keyboards/honeycomb/rules.mk +++ b/keyboards/honeycomb/rules.mk | |||
@@ -30,9 +30,4 @@ UNICODE_ENABLE = YES # Unicode | |||
30 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID | 30 | # BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID |
31 | 31 | ||
32 | # # project specific files | 32 | # # project specific files |
33 | SRC += matrix.c | 33 | SRC += matrix.c serial_uart.c |
34 | |||
35 | USB = /dev/ttyACM0 | ||
36 | |||
37 | #upload: build | ||
38 | # $(honeycomb_UPLOAD_COMMAND) | ||