Browse Source

m0110_usb: Fix target name in Makefiles

master
tmk 7 years ago
parent
commit
1610250cc3

+ 1
- 1
converter/m0110_usb/Makefile View 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

+ 1
- 1
converter/m0110_usb/Makefile.rev1 View File

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

+ 1
- 1
converter/m0110_usb/Makefile.rev2 View File

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

+ 1
- 1
converter/m0110_usb/Makefile.unimap.rev1 View File

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

+ 1
- 1
converter/m0110_usb/Makefile.unimap.rev2 View File

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

+ 1
- 1
converter/m0110_usb/README.md View 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.


converter/m0110_usb/binary/m0110_rev1_unimap.hex → converter/m0110_usb/binary/m0110_usb_rev1_unimap.hex View File


converter/m0110_usb/binary/m0110_rev2_unimap.hex → converter/m0110_usb/binary/m0110_usb_rev2_unimap.hex View File


Loading…
Cancel
Save