1
0

m0110_usb: Fix target name in Makefiles

This commit is contained in:
tmk 2016-09-13 04:33:48 +09:00
parent 9b17e27605
commit 1610250cc3
8 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# Target file name (without extension). # Target file name (without extension).
TARGET ?= m0110_lufa TARGET ?= m0110_usb
# Directory common source filess exist # Directory common source filess exist
TMK_DIR ?= ../../tmk_core TMK_DIR ?= ../../tmk_core

View File

@ -1,3 +1,3 @@
TARGET = m0110_rev1 TARGET = m0110_usb_rev1
MCU = atmega32u4 MCU = atmega32u4
include Makefile include Makefile

View File

@ -1,3 +1,3 @@
TARGET = m0110_rev2 TARGET = m0110_usb_rev2
MCU = atmega32u2 MCU = atmega32u2
include Makefile include Makefile

View File

@ -1,4 +1,4 @@
TARGET = m0110_rev1_unimap TARGET = m0110_usb_rev1_unimap
UNIMAP_ENABLE = yes UNIMAP_ENABLE = yes
KEYMAP_SECTION_ENABLE = yes KEYMAP_SECTION_ENABLE = yes
MCU = atmega32u4 MCU = atmega32u4

View File

@ -1,4 +1,4 @@
TARGET = m0110_rev2_unimap TARGET = m0110_usb_rev2_unimap
UNIMAP_ENABLE = yes UNIMAP_ENABLE = yes
KEYMAP_SECTION_ENABLE = yes KEYMAP_SECTION_ENABLE = yes
MCU = atmega32u2 MCU = atmega32u2

View File

@ -68,7 +68,7 @@ Use `Maefile.rev1` for TMK converter rev.1 and Teensy(ATMega32u4), instead.
Keymap 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. Or you can edit keymap on web browser and download firmware.