Quick makefile hack to find the "correct" port for a keyboard.

This is a totally reasonable thing to do while this firmware is in
development by a single developer on a single host and is completely
insane for any sort of production usage
pull/18/head
Jesse Vincent 9 years ago
parent 5f9648c57d
commit 3a67f2d25f

@ -5,7 +5,7 @@ BOARD = model01
MCU = atmega32u4
DEVICE_PORT = /dev/cu.usbmodemHIDO1
DEVICE_PORT_BOOTLOADER = /dev/cu.usbmodem1421
DEVICE_PORT_BOOTLOADER := `ls /dev/cu.usbmodem14?1`
ARDUINO_LIBS =
GIT_VERSION := $(shell git describe --abbrev=4 --dirty --always)

Loading…
Cancel
Save