diff options
author | tmk <nobody@nowhere> | 2012-05-27 14:13:02 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-05-27 14:13:02 +0900 |
commit | 7597582a85ee8cd802ebe4b6809949918c4bdaf3 (patch) | |
tree | 1f8e05b9aada743fae4f7592067d998ebe53b722 /m0110_usb/Makefile | |
parent | 660ea5a2cd6aaf26eb584ae6cfbf777bdf62f0b2 (diff) |
Update M0110 keymap and add a Make target 'hasu'.
- change keymap for M0110
- add a Make target 'hasu' to build with hasu keymap.
Diffstat (limited to 'm0110_usb/Makefile')
-rw-r--r-- | m0110_usb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |