]> git.gir.st - tmk_keyboard.git/blob - converter/ps2_usb/Makefile.rev2
Merge commit '22b6e15a179031afb7c3534cf7b109b0668b602c'
[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
Imprint / Impressum