summaryrefslogtreecommitdiff
path: root/irmpconfig.h
diff options
context:
space:
mode:
authorukw2011-02-21 15:06:54 +0000
committerukw2011-02-21 15:06:54 +0000
commit89e8cafb0e967ba2c2941c813219aebd8a561e91 (patch)
tree6f59b1f6ea446cb863cf0ccc13c033611f8cfda7 /irmpconfig.h
parent2b832dadd0c72a40b8c4a82c2f493c62a6b0a41f (diff)
downloadirmp-89e8cafb0e967ba2c2941c813219aebd8a561e91.zip
version 1.9.4: added IR60 protocol
git-svn-id: svn://mikrocontroller.net/irmp@56 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irmpconfig.h')
-rw-r--r--irmpconfig.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/irmpconfig.h b/irmpconfig.h
index 64d4184..8159b9a 100644
--- a/irmpconfig.h
+++ b/irmpconfig.h
@@ -3,7 +3,7 @@
*
* Copyright (c) 2010 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irmpconfig.h,v 1.51 2011/02/21 12:00:46 fm Exp $
+ * $Id: irmpconfig.h,v 1.52 2011/02/21 14:59:15 fm Exp $
*
* ATMEGA88 @ 8 MHz
*
@@ -52,8 +52,9 @@
#define IRMP_SUPPORT_JVC_PROTOCOL 1 // JVC >= 10000 ~250 bytes
#define IRMP_SUPPORT_RC5_PROTOCOL 1 // RC5 >= 10000 ~250 bytes
#define IRMP_SUPPORT_RC6_PROTOCOL 1 // RC6 & RC6A >= 10000 ~200 bytes
-#define IRMP_SUPPORT_GRUNDIG_PROTOCOL 0 // Grundig >= 10000 ~150 bytes
-#define IRMP_SUPPORT_NOKIA_PROTOCOL 0 // Nokia >= 10000 ~150 bytes
+#define IRMP_SUPPORT_IR60_PROTOCOL 1 // IR60 (SAB2008) >= 10000 ~250 bytes
+#define IRMP_SUPPORT_GRUNDIG_PROTOCOL 1 // Grundig >= 10000 ~150 bytes
+#define IRMP_SUPPORT_NOKIA_PROTOCOL 1 // Nokia >= 10000 ~150 bytes
#define IRMP_SUPPORT_NUBERT_PROTOCOL 0 // NUBERT >= 10000 ~50 bytes
#define IRMP_SUPPORT_BANG_OLUFSEN_PROTOCOL 0 // Bang & Olufsen >= 10000 ~200 bytes
#define IRMP_SUPPORT_NIKON_PROTOCOL 0 // NIKON >= 10000 ~250 bytes