X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=sidebyside;f=converter%2Fps2_usb%2FMakefile.rev1;h=dfe14991441585330b63ca7ca23853f8132a407f;hb=9f041460313bc16e3f8a9677faced4d38d343d9a;hp=0d607652cac3c44bbc990a8550f1bb879f50ff35;hpb=fa32e4d8704c562e6ab6467feb2b956cf376e181;p=max%2Ftmk_keyboard.git diff --git a/converter/ps2_usb/Makefile.rev1 b/converter/ps2_usb/Makefile.rev1 index 0d607652..dfe14991 100644 --- a/converter/ps2_usb/Makefile.rev1 +++ b/converter/ps2_usb/Makefile.rev1 @@ -1,6 +1,6 @@ -TARGET ?= ps2_usb_rev1 +TARGET ?= ps2_usb_rev1_unimap MCU = atmega32u4 -CONFIG_H = config_rev1.h +CONFIG_H = config.h BOOTLOADER_SIZE = 4096 BOOTMAGIC_ENABLE ?= no @@ -14,4 +14,7 @@ PS2_USE_USART = yes PS2_USE_INT = no PS2_USE_BUSYWAIT = no +UNIMAP_ENABLE = yes +KEYMAP_SECTION_ENABLE = yes + include Makefile