aboutsummaryrefslogtreecommitdiff
path: root/keyboards/telophase/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/telophase/rules.mk')
-rw-r--r--keyboards/telophase/rules.mk13
1 files changed, 3 insertions, 10 deletions
diff --git a/keyboards/telophase/rules.mk b/keyboards/telophase/rules.mk
index f2ac0adb6..65cac9364 100644
--- a/keyboards/telophase/rules.mk
+++ b/keyboards/telophase/rules.mk
@@ -27,20 +27,13 @@ NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA
27# MIDI_ENABLE = YES # MIDI controls 27# MIDI_ENABLE = YES # MIDI controls
28UNICODE_ENABLE = YES # Unicode 28UNICODE_ENABLE = YES # Unicode
29# BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID 29# BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID
30LAYOUTS = ortho_4x12
31USB = /dev/ttyACM0
32
33# upload: build
34# $(MITOSIS_UPLOAD_COMMAND)
35
36OPT_DEFS += -DMITOSIS_PROMICRO
37MITOSIS_UPLOAD_COMMAND = while [ ! -r $(USB) ]; do sleep 1; done; \
38 avrdude -p $(MCU) -c avr109 -U flash:w:$(TARGET).hex -P $(USB)
39 30
40# # project specific files 31# # project specific files
41SRC = matrix.c 32SRC = matrix.c serial_uart.c
42 33
43# Disable unsupported hardware 34# Disable unsupported hardware
44RGBLIGHT_SUPPORTED = no 35RGBLIGHT_SUPPORTED = no
45AUDIO_SUPPORTED = no 36AUDIO_SUPPORTED = no
46BACKLIGHT_SUPPORTED = no 37BACKLIGHT_SUPPORTED = no
38
39LAYOUTS = ortho_4x12