ps2_usb: Make build files clean

This commit is contained in:
tmk 2019-09-09 11:50:11 +09:00
parent f664a993d2
commit a2e8a1b534
6 changed files with 10 additions and 257 deletions

View file

@ -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