X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=converter%2Fadb_usb%2FMakefile;h=73cae8ab30ba3a033d890f783d6b4c72a1c29d4c;hb=807ed33a9a29ee3c5248226d0e865d0580d7eebc;hp=21141674245d4f2356a7185f1f18cd90811c0ed3;hpb=772ab7025ddf88126d9d6ddb654f62434985504b;p=tmk_firmware.git diff --git a/converter/adb_usb/Makefile b/converter/adb_usb/Makefile index 2114167..73cae8a 100644 --- a/converter/adb_usb/Makefile +++ b/converter/adb_usb/Makefile @@ -48,11 +48,17 @@ TOP_DIR = ../.. TARGET_DIR = . # project specific files -SRC = keymap.c \ +SRC = keymap_common.c \ matrix.c \ led.c \ adb.c +ifdef KEYMAP + SRC := keymap_$(KEYMAP).c $(SRC) +else + SRC := keymap_ansi.c $(SRC) +endif + CONFIG_H = config.h