tmk_keyboard/converter/ps2_usb/Makefile.rev2
2019-09-09 11:50:11 +09:00

20 lines
349 B
Text

TARGET ?= ps2_usb_rev2_unimap
MCU = atmega32u2
CONFIG_H = config.h
BOOTLOADER_SIZE = 4096
BOOTMAGIC_ENABLE ?= no
MOUSEKEY_ENABLE ?= no
EXTRAKEY_ENABLE ?= yes
CONSOLE_ENABLE ?= yes
COMMAND_ENABLE ?= yes
NKRO_ENABLE ?= yes
PS2_USE_USART = no
PS2_USE_INT = yes
PS2_USE_BUSYWAIT = no
UNIMAP_ENABLE = yes
KEYMAP_SECTION_ENABLE = yes
include Makefile