summaryrefslogtreecommitdiff
path: root/irsndconfig.h
diff options
context:
space:
mode:
authorukw2010-06-10 21:16:48 +0000
committerukw2010-06-10 21:16:48 +0000
commiteaaf80c3a29b0c4bcc2040b8202152e8c0b675f0 (patch)
tree657612841328431c5ecb69c2f9a97fa6b0d3c908 /irsndconfig.h
parente92413eba69a9257a59724731532bb4df2d087f0 (diff)
downloadirmp-eaaf80c3a29b0c4bcc2040b8202152e8c0b675f0.zip
Version 1.6.2: added FDC2 protocol
git-svn-id: svn://mikrocontroller.net/irmp@24 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irsndconfig.h')
-rw-r--r--irsndconfig.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/irsndconfig.h b/irsndconfig.h
index 253a308..05f27b2 100644
--- a/irsndconfig.h
+++ b/irsndconfig.h
@@ -3,7 +3,7 @@
*
* Copyright (c) 2010 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irsndconfig.h,v 1.6 2010/06/08 23:34:14 fm Exp $
+ * $Id: irsndconfig.h,v 1.7 2010/06/10 21:24:50 fm Exp $
*
* ATMEGA88 @ 8 MHz
*
@@ -50,10 +50,12 @@
*/
#if F_INTERRUPTS >= 14500
#define IRSND_SUPPORT_SIEMENS_PROTOCOL 1 // flag: support Siemens, e.g. Gigaset uses ~150 bytes
-#define IRSND_SUPPORT_FDC_PROTOCOL 1 // flag: support FDC infrared keyboard uses ~150 bytes
+#define IRSND_SUPPORT_FDC1_PROTOCOL 1 // flag: support FDC1 infrared keyboard uses ~150 bytes
+#define IRSND_SUPPORT_FDC2_PROTOCOL 1 // flag: support FDC2 infrared keyboard uses ~150 bytes
#else
#define IRSND_SUPPORT_SIEMENS_PROTOCOL 0 // DO NOT CHANGE! F_INTERRUPTS too low!
-#define IRSND_SUPPORT_FDC_PROTOCOL 0 // DO NOT CHANGE! F_INTERRUPTS too low!
+#define IRSND_SUPPORT_FDC1_PROTOCOL 0 // DO NOT CHANGE! F_INTERRUPTS too low!
+#define IRSND_SUPPORT_FDC2_PROTOCOL 0 // DO NOT CHANGE! F_INTERRUPTS too low!
#endif