diff options
author | tmk <nobody@nowhere> | 2010-10-29 15:17:18 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-10-30 01:16:47 +0900 |
commit | 45d4a7a89883c3433604d4e011b665796a583008 (patch) | |
tree | b9ff5306dc5eb9a06d7e4a2fb7d0873a9b30606d /Makefile.common | |
parent | 6c3b9a2ded1afcf4a6bbc69878f52088f4c1a0e8 (diff) |
improve layer switching
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index 5febcd7585..bec799c089 100644 --- a/Makefile.common +++ b/Makefile.common @@ -50,6 +50,7 @@ # List C source files here. (C dependencies are automatically generated.) SRC = tmk.c \ + layer.c \ key_process.c \ usb_keyboard.c \ usb_mouse.c \ @@ -57,6 +58,7 @@ SRC = tmk.c \ usb.c \ jump_bootloader.c \ print.c \ + timer.c \ util.c SRC += $(TARGET_SRC) |