tmk_keyboard/converter/ps2_usb/Makefile.rev1

21 lines
350 B
Text
Raw Normal View History

2019-09-09 11:50:11 +09:00
TARGET ?= ps2_usb_rev1_unimap
2016-09-17 10:20:52 +09:00
MCU = atmega32u4
2019-09-09 11:50:11 +09:00
CONFIG_H = config.h
2016-09-17 10:20:52 +09:00
BOOTLOADER_SIZE = 4096
BOOTMAGIC_ENABLE ?= no
MOUSEKEY_ENABLE ?= yes
EXTRAKEY_ENABLE ?= yes
CONSOLE_ENABLE ?= yes
COMMAND_ENABLE ?= yes
NKRO_ENABLE ?= yes
PS2_USE_USART = yes
PS2_USE_INT = no
PS2_USE_BUSYWAIT = no
2019-09-09 11:50:11 +09:00
UNIMAP_ENABLE = yes
KEYMAP_SECTION_ENABLE = yes
2016-09-17 10:20:52 +09:00
include Makefile