summaryrefslogtreecommitdiff
path: root/irmpconfig.h
diff options
context:
space:
mode:
authorukw2015-04-23 12:48:55 +0000
committerukw2015-04-23 12:48:55 +0000
commit003c1008723c140e340eab96960afe47ce8f3115 (patch)
tree99b97ae705e658075d445da3a1111d8497c46353 /irmpconfig.h
parentad4d3d4157a9781b6ff3f83ac72b42f8bc3db0b5 (diff)
downloadirmp-003c1008723c140e340eab96960afe47ce8f3115.zip
Version 2.8.1: added PENTAX protocol
git-svn-id: svn://mikrocontroller.net/irmp@155 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irmpconfig.h')
-rw-r--r--irmpconfig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/irmpconfig.h b/irmpconfig.h
index acbaf3c..7e16f26 100644
--- a/irmpconfig.h
+++ b/irmpconfig.h
@@ -6,7 +6,7 @@
* Copyright (c) 2009-2015 Frank Meyer - frank(at)fli4l.de
* Extensions for PIC 12F1820 W.Strobl 2014-07-20
*
- * $Id: irmpconfig.h,v 1.125 2015/02/26 15:42:53 fm Exp $
+ * $Id: irmpconfig.h,v 1.127 2015/04/23 12:47:29 fm Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -91,6 +91,7 @@
#define IRMP_SUPPORT_LGAIR_PROTOCOL 0 // LG Air Condition >= 10000 ~300 bytes
#define IRMP_SUPPORT_SAMSUNG48_PROTOCOL 0 // Samsung48 >= 10000 ~100 bytes (SAMSUNG must be enabled!)
#define IRMP_SUPPORT_MERLIN_PROTOCOL 0 // Merlin >= 15000 (better 20000) ~300 bytes
+#define IRMP_SUPPORT_PENTAX_PROTOCOL 0 // Pentax >= 10000 ~150 bytes
#define IRMP_SUPPORT_RADIO1_PROTOCOL 0 // RADIO, e.g. TEVION >= 10000 ~250 bytes (experimental)
/*---------------------------------------------------------------------------------------------------------------------------------------------------