]> git.friedersdorff.com Git - max/tmk_keyboard.git/blob - converter/ps2_usb/Makefile.rev2
lufa: Fix comment on INTERRUPT_CONTROL_ENDPOINT
[max/tmk_keyboard.git] / converter / ps2_usb / Makefile.rev2
1 TARGET ?= ps2_usb_rev2_unimap
2 MCU = atmega32u2
3 CONFIG_H = config.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 UNIMAP_ENABLE = yes
18 KEYMAP_SECTION_ENABLE = yes
19
20 include Makefile