]> git.friedersdorff.com Git - max/tmk_keyboard.git/blob - converter/ps2_usb/Makefile.rev2
8b34d4faf2dbdd2cee41dbb556dac70fd6dbcb66
[max/tmk_keyboard.git] / converter / ps2_usb / Makefile.rev2
1 TARGET ?= ps2_usb_rev2
2 MCU = atmega32u2
3 CONFIG_H = config_rev2.h
4 BOOTLOADER_SIZE = 4096
5
6 BOOTMAGIC_ENABLE ?= no
7 MOUSEKEY_ENABLE ?= no
8 EXTRAKEY_ENABLE ?= yes
9 CONSOLE_ENABLE ?= yes
10 COMMAND_ENABLE ?= yes
11 NKRO_ENABLE ?= yes
12
13 PS2_USE_USART = no
14 PS2_USE_INT = yes
15 PS2_USE_BUSYWAIT = no
16
17 include Makefile