📄 hid_keyboard_scan.h
字号:
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006
Part of BlueLab 3.5.2-release
FILE NAME
hid_keyboard_scan.h
DESCRIPTION
This file contains the scan enable functions.
*/
#ifndef _HID_KEYBOARD_SCAN_H_
#define _HID_KEYBOARD_SCAN_H_
/*************************************************************************
NAME
appUpdateScanEnable
DESCRIPTION
This function is called to update the scan enable mode. It checks the
current state of the application and sets the mode accordingly.
RETURNS
void
*/
extern void appUpdateScanEnable(appTaskData *theApp);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -