]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - ps2.c
added initial V-USB support for HHKB
[max/tmk_keyboard.git] / ps2.c
diff --git a/ps2.c b/ps2.c
index 99749cf6ba4fc1aac707fa81b791fd0b39192029..d5c3d4d4e17f4f96dfdc063b68255fa8d04bdc04 100644 (file)
--- a/ps2.c
+++ b/ps2.c
@@ -227,8 +227,13 @@ uint8_t ps2_host_recv(void)
     return pbuf_dequeue();
 }
 
+#if 0
 #define DEBUGP_INIT() do { DDRC = 0xFF; } while (0)
 #define DEBUGP(x) do { PORTC = x; } while (0)
+#else
+#define DEBUGP_INIT()
+#define DEBUGP(x)
+#endif
 ISR(PS2_INT_VECT)
 {
     static enum {