⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ircode_49.h

📁 Sunplus 8202S source code.
💻 H
字号:
#ifndef	__IRCODE_M_H
#define	__IRCODE_M_H

/*
** MTK 42 key
**
** TYPE:	NEC
** ADDR:        0x866b
*/
#define	IR_NEC
#define IR_ADDR_PATT    0x00ff
#include "irconfig.h"
#define	IRC_MASK	0x00ff

#ifdef NES_GAME
#define IR_RETURN  0x53   /*summer 2001/4/17 07:55PM*/
#define IR_EJECT   0x10   /*summer 2001/4/17 07:55PM*/
#endif

// MTK 42 keys (new)
//#define IRC_0		0xff
#define IRC_1           0x09
#define IRC_2           0x1d
#define IRC_3           0x1f
#define IRC_4           0x0d
#define IRC_5           0x19
#define IRC_6           0x1b
#define IRC_7           0x11
#define IRC_8           0x15
#define IRC_9           0x17
#define IRC_10          0x12
#define IRC_P10         0x59    // 100
#define IRC_EJECT       0x10    // Help腊

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -