summaryrefslogtreecommitdiff
path: root/macway/Makefile
diff options
context:
space:
mode:
authortmk2010-10-27 20:51:45 +0900
committertmk2010-10-27 22:56:01 +0900
commit2f80e790c6310ad24a4cb3d4a72c31314364fef7 (patch)
treeaad001abdb61ff736e580f98184ab7cd9e870648 /macway/Makefile
parent461e0d3d8c82cc78d29d3115af3c417bb51bb50f (diff)
new build method for macway
Diffstat (limited to 'macway/Makefile')
-rw-r--r--macway/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/macway/Makefile b/macway/Makefile
index 7559b2b05..b69b2d2e4 100644
--- a/macway/Makefile
+++ b/macway/Makefile
@@ -39,14 +39,24 @@
# To rebuild project do "make clean" then "make all".
#----------------------------------------------------------------------------
+VENDOR_ID = 0xFEED
+PRODUCT_ID = 0xBEEF
+MANUFACTURER = 't.m.k.'
+PRODUCT = 't.m.k. Macway mod'
+DESCRIPTION = 't.m.k. firmware for Macway mod'
# Target file name (without extension).
TARGET = tmk_macway
+# Directory common source filess exist
COMMON_DIR = ..
+
+# Directory keyboard dependent files exist
TARGET_DIR = .
-TARGET_SRC = $(TARGET_DIR)/keymap.c \
- $(TARGET_DIR)/matrix.c
+
+# keyboard dependent files
+TARGET_SRC = keymap.c \
+ matrix.c
# MCU name, you MUST set this to match the board you are using