]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
m0110_usb: Fix target name in Makefiles
authortmk <hasu@tmk-kbd.com>
Mon, 12 Sep 2016 19:33:48 +0000 (04:33 +0900)
committertmk <hasu@tmk-kbd.com>
Mon, 12 Sep 2016 19:33:48 +0000 (04:33 +0900)
converter/m0110_usb/Makefile
converter/m0110_usb/Makefile.rev1
converter/m0110_usb/Makefile.rev2
converter/m0110_usb/Makefile.unimap.rev1
converter/m0110_usb/Makefile.unimap.rev2
converter/m0110_usb/README.md
converter/m0110_usb/binary/m0110_usb_rev1_unimap.hex [moved from converter/m0110_usb/binary/m0110_rev1_unimap.hex with 100% similarity]
converter/m0110_usb/binary/m0110_usb_rev2_unimap.hex [moved from converter/m0110_usb/binary/m0110_rev2_unimap.hex with 100% similarity]

index 3c60d0710a8bc3bc6d025242e44de31333049156..f9fe025dc1ab899eb513dd099177603c398dbfb3 100644 (file)
@@ -1,5 +1,5 @@
 # Target file name (without extension).
-TARGET ?= m0110_lufa
+TARGET ?= m0110_usb
 
 # Directory common source filess exist
 TMK_DIR ?= ../../tmk_core
index d7c6a0588122bdf1af352dc205681b796b91c1ab..54eae1839be0602c53740919fcdb4d406a807235 100644 (file)
@@ -1,3 +1,3 @@
-TARGET = m0110_rev1
+TARGET = m0110_usb_rev1
 MCU = atmega32u4
 include Makefile
index b3721abf3d2ba5a88a74f4201783fe999397b112..0897c711271effd1777802f3291be9cb78f995f2 100644 (file)
@@ -1,3 +1,3 @@
-TARGET = m0110_rev2
+TARGET = m0110_usb_rev2
 MCU = atmega32u2
 include Makefile
index 34c37a95495e4051bd98bb0f3be6b307f233a47d..b1cd96781490759ee78e26c435860de884430aca 100644 (file)
@@ -1,4 +1,4 @@
-TARGET = m0110_rev1_unimap
+TARGET = m0110_usb_rev1_unimap
 UNIMAP_ENABLE = yes
 KEYMAP_SECTION_ENABLE = yes
 MCU = atmega32u4
index d1b6da97f02ff40681d417ff05ac93439e8a5e4e..1416155c6e6ab54da5c1d0874e347bc737706869 100644 (file)
@@ -1,4 +1,4 @@
-TARGET = m0110_rev2_unimap
+TARGET = m0110_usb_rev2_unimap
 UNIMAP_ENABLE = yes
 KEYMAP_SECTION_ENABLE = yes
 MCU = atmega32u2
index 269780e86fc7b87a9df75068d625df17a3157a05..668c85269b0c4dffdf935227c20330e0abab7edc 100644 (file)
@@ -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_<name>.c` and edit it. You can build with `make -f Makfile.rev2 KEYMAP=<name>`.
+To create your own keymap copy existent keymap file to `keymap_<name>.c` and edit it. You can build with `make -f Makefile.rev2 KEYMAP=<name>`.
 
 Or you can edit keymap on web browser and download firmware.