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

# 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

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

TARGET = m0110_rev1
TARGET = m0110_usb_rev1
MCU = atmega32u4 MCU = atmega32u4
include Makefile include Makefile

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

TARGET = m0110_rev2
TARGET = m0110_usb_rev2
MCU = atmega32u2 MCU = atmega32u2
include Makefile include Makefile

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

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

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

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

+ 1
- 1
converter/m0110_usb/README.md View File



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.



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