diff options
Diffstat (limited to 'keyboards/telophase/rules.mk')
| -rw-r--r-- | keyboards/telophase/rules.mk | 13 |
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 |
| 28 | UNICODE_ENABLE = YES # Unicode | 28 | UNICODE_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 |
| 30 | LAYOUTS = ortho_4x12 | ||
| 31 | USB = /dev/ttyACM0 | ||
| 32 | |||
| 33 | # upload: build | ||
| 34 | # $(MITOSIS_UPLOAD_COMMAND) | ||
| 35 | |||
| 36 | OPT_DEFS += -DMITOSIS_PROMICRO | ||
| 37 | MITOSIS_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 |
| 41 | SRC = matrix.c | 32 | SRC = matrix.c serial_uart.c |
| 42 | 33 | ||
| 43 | # Disable unsupported hardware | 34 | # Disable unsupported hardware |
| 44 | RGBLIGHT_SUPPORTED = no | 35 | RGBLIGHT_SUPPORTED = no |
| 45 | AUDIO_SUPPORTED = no | 36 | AUDIO_SUPPORTED = no |
| 46 | BACKLIGHT_SUPPORTED = no | 37 | BACKLIGHT_SUPPORTED = no |
| 38 | |||
| 39 | LAYOUTS = ortho_4x12 | ||
