From: tmk Date: Mon, 12 Sep 2016 19:33:48 +0000 (+0900) Subject: m0110_usb: Fix target name in Makefiles X-Git-Url: https://git.gir.st/tmk_keyboard.git/commitdiff_plain/1610250cc360b7117c04506787aaaf57be5d4901 m0110_usb: Fix target name in Makefiles --- diff --git a/converter/m0110_usb/Makefile b/converter/m0110_usb/Makefile index 3c60d071..f9fe025d 100644 --- a/converter/m0110_usb/Makefile +++ b/converter/m0110_usb/Makefile @@ -1,5 +1,5 @@ # Target file name (without extension). -TARGET ?= m0110_lufa +TARGET ?= m0110_usb # Directory common source filess exist TMK_DIR ?= ../../tmk_core diff --git a/converter/m0110_usb/Makefile.rev1 b/converter/m0110_usb/Makefile.rev1 index d7c6a058..54eae183 100644 --- a/converter/m0110_usb/Makefile.rev1 +++ b/converter/m0110_usb/Makefile.rev1 @@ -1,3 +1,3 @@ -TARGET = m0110_rev1 +TARGET = m0110_usb_rev1 MCU = atmega32u4 include Makefile diff --git a/converter/m0110_usb/Makefile.rev2 b/converter/m0110_usb/Makefile.rev2 index b3721abf..0897c711 100644 --- a/converter/m0110_usb/Makefile.rev2 +++ b/converter/m0110_usb/Makefile.rev2 @@ -1,3 +1,3 @@ -TARGET = m0110_rev2 +TARGET = m0110_usb_rev2 MCU = atmega32u2 include Makefile diff --git a/converter/m0110_usb/Makefile.unimap.rev1 b/converter/m0110_usb/Makefile.unimap.rev1 index 34c37a95..b1cd9678 100644 --- a/converter/m0110_usb/Makefile.unimap.rev1 +++ b/converter/m0110_usb/Makefile.unimap.rev1 @@ -1,4 +1,4 @@ -TARGET = m0110_rev1_unimap +TARGET = m0110_usb_rev1_unimap UNIMAP_ENABLE = yes KEYMAP_SECTION_ENABLE = yes MCU = atmega32u4 diff --git a/converter/m0110_usb/Makefile.unimap.rev2 b/converter/m0110_usb/Makefile.unimap.rev2 index d1b6da97..1416155c 100644 --- a/converter/m0110_usb/Makefile.unimap.rev2 +++ b/converter/m0110_usb/Makefile.unimap.rev2 @@ -1,4 +1,4 @@ -TARGET = m0110_rev2_unimap +TARGET = m0110_usb_rev2_unimap UNIMAP_ENABLE = yes KEYMAP_SECTION_ENABLE = yes MCU = atmega32u2 diff --git a/converter/m0110_usb/README.md b/converter/m0110_usb/README.md index 269780e8..668c8526 100644 --- a/converter/m0110_usb/README.md +++ b/converter/m0110_usb/README.md @@ -68,7 +68,7 @@ Use `Maefile.rev1` for TMK converter rev.1 and Teensy(ATMega32u4), instead. Keymap ------ -To create your own keymap copy existent keymap file to `keymap_.c` and edit it. You can build with `make -f Makfile.rev2 KEYMAP=`. +To create your own keymap copy existent keymap file to `keymap_.c` and edit it. You can build with `make -f Makefile.rev2 KEYMAP=`. Or you can edit keymap on web browser and download firmware. diff --git a/converter/m0110_usb/binary/m0110_rev1_unimap.hex b/converter/m0110_usb/binary/m0110_usb_rev1_unimap.hex similarity index 100% rename from converter/m0110_usb/binary/m0110_rev1_unimap.hex rename to converter/m0110_usb/binary/m0110_usb_rev1_unimap.hex diff --git a/converter/m0110_usb/binary/m0110_rev2_unimap.hex b/converter/m0110_usb/binary/m0110_usb_rev2_unimap.hex similarity index 100% rename from converter/m0110_usb/binary/m0110_rev2_unimap.hex rename to converter/m0110_usb/binary/m0110_usb_rev2_unimap.hex