X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fps2_usb%2FMakefile.rev2;h=cd9874fdce5c45d30688efd6309eb73923348955;hb=HEAD;hp=8b34d4faf2dbdd2cee41dbb556dac70fd6dbcb66;hpb=5ee5b6bd7eab427befd0e938a80242e06f7dbd30;p=max%2Ftmk_keyboard.git diff --git a/converter/ps2_usb/Makefile.rev2 b/converter/ps2_usb/Makefile.rev2 index 8b34d4fa..cd9874fd 100644 --- a/converter/ps2_usb/Makefile.rev2 +++ b/converter/ps2_usb/Makefile.rev2 @@ -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