ps2_usb: Make build files clean
This commit is contained in:
parent
f664a993d2
commit
a2e8a1b534
6 changed files with 10 additions and 257 deletions
|
|
@ -1,6 +1,6 @@
|
|||
TARGET ?= ps2_usb_rev2
|
||||
TARGET ?= ps2_usb_rev2_unimap
|
||||
MCU = atmega32u2
|
||||
CONFIG_H = config_rev2.h
|
||||
CONFIG_H = config.h
|
||||
BOOTLOADER_SIZE = 4096
|
||||
|
||||
BOOTMAGIC_ENABLE ?= no
|
||||
|
|
@ -14,4 +14,7 @@ PS2_USE_USART = no
|
|||
PS2_USE_INT = yes
|
||||
PS2_USE_BUSYWAIT = no
|
||||
|
||||
UNIMAP_ENABLE = yes
|
||||
KEYMAP_SECTION_ENABLE = yes
|
||||
|
||||
include Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue