diff options
author | tmk <hasu@tmk-kbd.com> | 2015-07-15 15:13:15 +0900 |
---|---|---|
committer | tmk <hasu@tmk-kbd.com> | 2015-07-15 15:13:15 +0900 |
commit | 6f5e8ce17e89005130cd0f9ecc6e346a77bb624b (patch) | |
tree | 58e42280f0c1c7becb09d4f0f78889817db4d9ae /converter/usb_usb/Makefile | |
parent | e1e0e5b4fb4320e5f9512776912775fb9f589d4c (diff) |
usb_usb: Support locking key indicator LED
Diffstat (limited to 'converter/usb_usb/Makefile')
-rw-r--r-- | converter/usb_usb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/converter/usb_usb/Makefile b/converter/usb_usb/Makefile index f1a1c24d36..0f25232b25 100644 --- a/converter/usb_usb/Makefile +++ b/converter/usb_usb/Makefile @@ -111,7 +111,6 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 SRC = \ keymap_common.c \ matrix.c \ - led.c \ main.cpp ifdef KEYMAP |