]> git.donarmstrong.com Git - tmk_firmware.git/commit
Fix build files for mbed
authortmk <nobody@nowhere>
Tue, 17 Jun 2014 17:22:59 +0000 (02:22 +0900)
committertmk <nobody@nowhere>
Wed, 30 Jul 2014 05:07:43 +0000 (14:07 +0900)
commit80c3ff5fa03429f1e4ea15032f665ceb88c9b8c3
tree803fe5b419419607146b6ba1db69d24486b1494e
parente81c70149ecf73256f8bb7d77cefc07f2b91d2be
Fix build files for mbed
16 files changed:
.gitignore
keyboard/mbed_onekey/HIDKeyboard.cpp [deleted file]
keyboard/mbed_onekey/HIDKeyboard.h [deleted file]
keyboard/mbed_onekey/Makefile
keyboard/mbed_onekey/common.mk [deleted file]
keyboard/mbed_onekey/gcc.mk [deleted file]
keyboard/mbed_onekey/mbed.mk [deleted file]
keyboard/mbed_onekey/mbed_driver.cpp [deleted file]
keyboard/mbed_onekey/mbed_driver.h [deleted file]
protocol/mbed/HIDKeyboard.cpp [new file with mode: 0644]
protocol/mbed/HIDKeyboard.h [new file with mode: 0644]
protocol/mbed/mbed_driver.cpp [new file with mode: 0644]
protocol/mbed/mbed_driver.h [new file with mode: 0644]
tool/mbed/common.mk [new file with mode: 0644]
tool/mbed/gcc.mk [new file with mode: 0644]
tool/mbed/mbed.mk [new file with mode: 0644]