]> git.gir.st - tmk_keyboard.git/blob - converter/ps2_usb/Makefile.rev1
Merge commit '22b6e15a179031afb7c3534cf7b109b0668b602c'
[tmk_keyboard.git] / converter / ps2_usb / Makefile.rev1
1 TARGET ?= ps2_usb_rev1
2 MCU = atmega32u4
3 CONFIG_H = config_rev1.h
4 BOOTLOADER_SIZE = 4096
5
6 BOOTMAGIC_ENABLE ?= no
7 MOUSEKEY_ENABLE ?= yes
8 EXTRAKEY_ENABLE ?= yes
9 CONSOLE_ENABLE ?= yes
10 COMMAND_ENABLE ?= yes
11 NKRO_ENABLE ?= yes
12
13 PS2_USE_USART = yes
14 PS2_USE_INT = no
15 PS2_USE_BUSYWAIT = no
16
17 include Makefile
Imprint / Impressum