Rev 838 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 838 | Rev 903 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /*--------------------------------------------------------------------------------------------------------------------------------------------------- |
1 | /*--------------------------------------------------------------------------------------------------------------------------------------------------- |
2 | * irsndconfig.h |
2 | * irsndconfig.h |
3 | * |
3 | * |
4 | * Copyright (c) 2010 Frank Meyer - frank(at)fli4l.de |
4 | * Copyright (c) 2010 Frank Meyer - frank(at)fli4l.de |
5 | * |
5 | * |
6 | * $Id: irsndconfig.h,v 1.15 2010/11/10 08:01:46 fm Exp $ |
6 | * $Id: irsndconfig.h,v 1.17 2011/01/18 13:02:15 fm Exp $ |
7 | * |
7 | * |
8 | * ATMEGA88 @ 8 MHz |
8 | * ATMEGA88 @ 8 MHz |
9 | * |
9 | * |
10 | * This program is free software; you can redistribute it and/or modify |
10 | * This program is free software; you can redistribute it and/or modify |
11 | * it under the terms of the GNU General Public License as published by |
11 | * it under the terms of the GNU General Public License as published by |
Line 34... | Line 34... | ||
34 | #define IRSND_SUPPORT_NEC_PROTOCOL 1 // NEC + APPLE >= 10000 uses ~100 bytes |
34 | #define IRSND_SUPPORT_NEC_PROTOCOL 1 // NEC + APPLE >= 10000 uses ~100 bytes |
35 | #define IRSND_SUPPORT_SAMSUNG_PROTOCOL 1 // Samsung + Samsung32 >= 10000 uses ~300 bytes |
35 | #define IRSND_SUPPORT_SAMSUNG_PROTOCOL 1 // Samsung + Samsung32 >= 10000 uses ~300 bytes |
36 | #define IRSND_SUPPORT_MATSUSHITA_PROTOCOL 0 // Matsushita >= 10000 uses ~200 bytes |
36 | #define IRSND_SUPPORT_MATSUSHITA_PROTOCOL 0 // Matsushita >= 10000 uses ~200 bytes |
37 | #define IRSND_SUPPORT_KASEIKYO_PROTOCOL 1 // Kaseikyo >= 10000 uses ~150 bytes |
37 | #define IRSND_SUPPORT_KASEIKYO_PROTOCOL 1 // Kaseikyo >= 10000 uses ~150 bytes |
38 | #define IRSND_SUPPORT_RC5_PROTOCOL 1 // RC5 >= 10000 uses ~150 bytes |
38 | #define IRSND_SUPPORT_RC5_PROTOCOL 1 // RC5 >= 10000 uses ~150 bytes |
39 | #define IRSND_SUPPORT_DENON_PROTOCOL 0 // DENON >= 10000 uses ~200 bytes |
39 | #define IRSND_SUPPORT_DENON_PROTOCOL 0 // DENON, Sharp >= 10000 uses ~200 bytes |
40 | #define IRSND_SUPPORT_JVC_PROTOCOL 1 // JVC >= 10000 uses ~150 bytes |
40 | #define IRSND_SUPPORT_JVC_PROTOCOL 1 // JVC >= 10000 uses ~150 bytes |
41 | #define IRSND_SUPPORT_RC6_PROTOCOL 0 // RC6 NOT SUPPORTED YET! DON'T CHANGE! |
41 | #define IRSND_SUPPORT_RC6_PROTOCOL 0 // RC6 >= 10000 uses ~250 bytes |
- | 42 | #define IRSND_SUPPORT_RC6A_PROTOCOL 0 // RC6A >= 10000 uses ~250 bytes |
|
42 | #define IRSND_SUPPORT_BANG_OLUFSEN_PROTOCOL 0 // Bang&Olufsen >= 10000 uses ~250 bytes |
43 | #define IRSND_SUPPORT_BANG_OLUFSEN_PROTOCOL 0 // Bang&Olufsen >= 10000 uses ~250 bytes |
43 | #define IRSND_SUPPORT_GRUNDIG_PROTOCOL 1 // Grundig >= 10000 uses ~300 bytes |
44 | #define IRSND_SUPPORT_GRUNDIG_PROTOCOL 1 // Grundig >= 10000 uses ~300 bytes |
44 | #define IRSND_SUPPORT_NOKIA_PROTOCOL 1 // Nokia >= 10000 uses ~400 bytes |
45 | #define IRSND_SUPPORT_NOKIA_PROTOCOL 0 // Nokia >= 10000 uses ~400 bytes |
45 | #define IRSND_SUPPORT_NUBERT_PROTOCOL 0 // NUBERT >= 10000 uses ~100 bytes |
46 | #define IRSND_SUPPORT_NUBERT_PROTOCOL 0 // NUBERT >= 10000 uses ~100 bytes |
46 | #define IRSND_SUPPORT_NIKON_PROTOCOL 1 // NIKON >= 10000 uses ~150 bytes |
47 | #define IRSND_SUPPORT_NIKON_PROTOCOL 1 // NIKON >= 10000 uses ~150 bytes |
47 | #define IRSND_SUPPORT_FDC_PROTOCOL 0 // FDC IR keyboard >= 10000 (better 15000) uses ~150 bytes |
48 | #define IRSND_SUPPORT_FDC_PROTOCOL 0 // FDC IR keyboard >= 10000 (better 15000) uses ~150 bytes |
48 | #define IRSND_SUPPORT_RCCAR_PROTOCOL 0 // RC CAR >= 10000 (better 15000) uses ~150 bytes |
49 | #define IRSND_SUPPORT_RCCAR_PROTOCOL 0 // RC CAR >= 10000 (better 15000) uses ~150 bytes |
49 | #define IRSND_SUPPORT_SIEMENS_PROTOCOL 0 // Siemens, Gigaset >= 15000 uses ~150 bytes |
50 | #define IRSND_SUPPORT_SIEMENS_PROTOCOL 0 // Siemens, Gigaset >= 15000 uses ~150 bytes |