ps2_usb: Add Makefile.32u4
This commit is contained in:
parent
e7af17fec9
commit
f5e487bc38
1 changed files with 20 additions and 0 deletions
20
converter/ps2_usb/Makefile.32u4
Normal file
20
converter/ps2_usb/Makefile.32u4
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
TARGET ?= ps2_usb_32u4
|
||||||
|
MCU = atmega32u4
|
||||||
|
CONFIG_H = config.h
|
||||||
|
BOOTLOADER_SIZE = 4096
|
||||||
|
|
||||||
|
BOOTMAGIC_ENABLE ?= no
|
||||||
|
MOUSEKEY_ENABLE ?= yes
|
||||||
|
EXTRAKEY_ENABLE ?= yes
|
||||||
|
CONSOLE_ENABLE ?= yes
|
||||||
|
COMMAND_ENABLE ?= yes
|
||||||
|
NKRO_ENABLE ?= yes
|
||||||
|
|
||||||
|
PS2_USE_USART = no
|
||||||
|
PS2_USE_INT = yes
|
||||||
|
PS2_USE_BUSYWAIT = no
|
||||||
|
|
||||||
|
UNIMAP_ENABLE = yes
|
||||||
|
KEYMAP_SECTION_ENABLE = yes
|
||||||
|
|
||||||
|
include Makefile
|
||||||
Loading…
Add table
Reference in a new issue