# 快速上手

下面以蓝牙连接为例，教大家快速上手使用新的主控。

## 连接

## 蓝牙连接

当控制板接上电池后，蓝色 LED 灯开始闪烁。表示控制板开始工作，等待蓝牙设备进行连接。接下来，以 macOS 平台演示如何连接。

1. 首先打开蓝牙偏好设置，可以看到名字以 “HHKB” 开头的键盘设备，这就是我们的键盘。

![Bluetooth Config](/files/-Lla8MYHDerMzBuQCeVu)

2. 点击连接，输入屏幕显示的 6 位数配对码，等待其连接完成，显示已连接。接下来，按一下 command+tab 键，若可以进行任务切换，说明键盘可以使用了。

### USB连接

默认情况下，当 USB 未连接时，键盘通过无线方式输入。当插入 USB 后，键盘自动切换到 USB 输入。拔掉 USB，自动切换回无线方式输入。

### 输入接口切换

按下 `Fn + 右 Alt + U` 组合键（U 为 USB 的首字母），手动切换到 USB 输入。 按下 `Fn + 右 Alt + B` 组合键（B 为 Bluetooth 的首字母），手动切换到无线方式输入。

## 其它功能说明

1. 连续一段时间无按键操作，键盘将自动进入浅睡眠模式（默认的睡眠模式）。也可以通过 `Fn + 右 Alt + S` 组合键手动进入深睡眠模式，此时耗电量极低，可忽略不计。
2. 浅睡眠模式下键盘仍在工作，可通过任意键唤醒。
3. 在深睡眠模式下，键盘不响应按键。通过短按 `Wake-Up` 键或插入 USB 线可唤醒键盘以继续工作，此时会自动连接到最近一次连接的设备。
4. 按 `Fn + 右 Alt + T` 组合键，可使键盘进入 OTA 模式，此时 LED 指示灯常亮。短按 Wake Up 键可退出 OTA 模式。
5. 键盘侧面的 `Wake-Up` 按键为硬件复位功能。当键盘出现异常时，可通过短按此键强制重启键盘。

## 指示灯说明

红、绿、蓝、橙色 LED，用于指示键盘的工作状态。

|            Keyboard           |   LED  |  ON | OFF | BLINK |
| :---------------------------: | :----: | :-: | :-: | :---: |
|         Pro 2 / Hybrid        |   RED  | 充电中 |  /  |  电量低  |
|         Pro 2 / Hybrid        |  GREEN | 电充满 |  /  |   /   |
| Pro 2 / BT / Classic / Hybrid |  BLUE  |  /  |  /  | 蓝牙未连接 |
|   Pro BT / Classic / Hybrid   | ORANGE |  /  |  /  |  电量低  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hhkb.xorlink.com/how_to_use.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
