From 7597582a85ee8cd802ebe4b6809949918c4bdaf3 Mon Sep 17 00:00:00 2001 From: tmk Date: Sun, 27 May 2012 14:13:02 +0900 Subject: Update M0110 keymap and add a Make target 'hasu'. - change keymap for M0110 - add a Make target 'hasu' to build with hasu keymap. --- m0110_usb/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'm0110_usb/Makefile') diff --git a/m0110_usb/Makefile b/m0110_usb/Makefile index 819d7fff3e..fccfaa521b 100644 --- a/m0110_usb/Makefile +++ b/m0110_usb/Makefile @@ -50,3 +50,6 @@ PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex include $(COMMON_DIR)/pjrc.mk include $(COMMON_DIR)/common.mk + +hasu: EXTRAFLAGS += -DHASU +hasu: all -- cgit v1.2.3