]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
ver 0.2
authortmk <nobody@nowhere>
Fri, 24 Sep 2010 15:48:27 +0000 (00:48 +0900)
committertmk <nobody@nowhere>
Fri, 24 Sep 2010 15:48:27 +0000 (00:48 +0900)
mykey.c
usb_device.c

diff --git a/mykey.c b/mykey.c
index dcb0852ec43d0a6739986268a683c6767bb3c83b..337089c94275e10e5067b32ec4f107331e61bbf8 100644 (file)
--- a/mykey.c
+++ b/mykey.c
@@ -76,7 +76,7 @@ int main(void)
     TCCR0B = 0x05;
     TIMSK0 = (1<<TOIE0);
 
-    print("keyboard firmware 0.1 for t.m.k.\n");
+    print("firmware 0.2 for t.m.k.\n");
 
     while (1) {
         int layer = 0;
index a6ad770ecb2f6de2dbe1dfea3b5a51ad05f462cb..1d790f043c7038960b7c319e8f763f8033bf4ee2 100644 (file)
  **************************************************************************/
 
 // You can change these to give your code its own name.
-#define STR_MANUFACTURER       L"MfgName"
-#define STR_PRODUCT            L"Keyboard"
+#define STR_MANUFACTURER       L"t.m.k."
+#define STR_PRODUCT            L"t.m.k. keyboard"
 
 
 // Mac OS-X and Linux automatically load the correct drivers.  On
 // Windows, even though the driver is supplied by Microsoft, an
 // INF file is needed to load the driver.  These numbers need to
 // match the INF file.
-#define VENDOR_ID              0x16C0
-#define PRODUCT_ID             0x047D
+#define VENDOR_ID              0xFEED
+#define PRODUCT_ID             0xBABE
 
 
 // USB devices are supposed to implment a halt feature, which is