ps2_usb: Change Makefiles
This commit is contained in:
parent
1c1f7b14e3
commit
5ee5b6bd7e
11 changed files with 87 additions and 308 deletions
17
converter/ps2_usb/Makefile.rev2
Normal file
17
converter/ps2_usb/Makefile.rev2
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
TARGET ?= ps2_usb_rev2
|
||||
MCU = atmega32u2
|
||||
CONFIG_H = config_rev2.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
|
||||
|
||||
include Makefile
|
||||
Loading…
Add table
Add a link
Reference in a new issue