qmk_firmware/he-il/quantum_keycodes.md

26 lines
2.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div dir="rtl" markdown="1">
# ืงื•ื“ื™ ืžืงืœื“ืช Quantum
ืงื•ื“ื™ ืžืงืœื“ืช Quantum ืžืืคืฉืจื™ื ื”ืชืืžื” ื ื•ื—ื” ื™ื•ืชืจ ืฉืœ ืžื™ืคื•ื™ ื”ืžืงืฉื™ื ืฉืœืš ืžืขื‘ืจ ืœืžื” ืฉื”ื‘ืกื™ืกื™ ืžืืคืฉืจ, ืœืœื ืฆื•ืจืš ื‘ื”ื’ื“ืจืช ืฉืœ ืคืขื•ืœื•ืช ืžื•ืชืืžื•ืช ืื™ืฉื™ืช.
ื›ืœ ืงื•ื“ื™ ื”ืžืงืœื“ืช ื‘ืชื•ืš quantum ื”ื ืžืกืคืจื™ื ื‘ื™ืŸ `0x0000` ึฟึฟึฟ ืœ-`0xFFFF`. ื‘ืชื•ืš ื”ืงื•ื‘ืฅ `keymap.c` ื–ื” ืขืœื•ืœ ืœื”ืจืื•ืช ื›ืื™ืœื• ื™ืฉ ืœืš ืคื•ื ืงืฆื™ื•ืช ื•ืžืงืจื™ื ื™ื—ื•ื“ื™ื™ื ื ื•ืกืคื™ื, ืื‘ืœ ื‘ืกื•ืคื• ืฉืœ ื“ื‘ืจ ื”ืงื“ื-ืžืขื‘ื“ ืฉืœ ืฉืคืช C ื™ืชืจื’ื ืืœื” ืœืชื•ืš ืžืกืคืจ ื™ื—ื™ื“ ื‘ื™ืŸ 4 ื‘ืชื™ื. QMK ืฉืžืจื” ืืช ืžืจื—ื‘ ื”ื›ืชื•ื‘ื•ืช ื‘ื™ืŸ `0x0000` ืขื“ ืœ- `0x00FF` ืขื‘ื•ืจ ืงื•ื“ื™ ืžืงืฉื™ื ืกื˜ื ื“ืจื˜ื™ื™ื. ืงื•ื“ื™ ืžืงืฉื™ื ืืœื”, ื›ื’ื•ืŸ `KC_A`, `KC_1`, ื•- `KC_LCTL`, ืืฉืจ ืžืชืืจื™ื ืžืงืฉื™ื ื‘ืกื™ืกื™ื™ื ืžื•ื’ื“ืจื™ื ื‘ืชื•ืš USB HID specification.
ื‘ืขืžื•ื“ื• ื–ื” ื™ืฉ ืœื ื• ืืช ืงื•ื“ื™ ื”ืžืงืฉื™ื ืžืชื•ืขื“ื™ื ื‘ื™ืŸ `0x00FF` ึฟึฟ ืœ- `0xFFFF` ืืฉืจ ืžืฉื•ืžืฉื™ื ื‘ืฉื‘ื™ืœ ืœืžืžืฉ ื™ื›ื•ืœื•ืช ืžืชืงื“ืžื•ืช ืฉืœ quantum. ืื ืชื’ื“ื™ืจื• ืงื•ื“ื™ ืžืงืฉื™ื ืžืฉืœื›ื, ื”ื ื™ืชื•ื•ืกืคื• ืœืชื•ืš ื”ืžืจื—ื‘ ื”ื–ื” ื’ื ื›ืŸ.
## ืงื•ื“ื™ ืžืงืฉื™ื ืฉืœ QMK
<div dir="ltr" markdown="1">
```
|Key |Aliases |Description |
|---------------|-----------|---------------------------------------------------------------------|
|`RESET` | |Put the keyboard into DFU mode for flashing |
|`DEBUG` | |Toggle debug mode |
|`EEPROM_RESET` |`EEP_RST` |Resets EEPROM state by reinitializing it |
|`KC_GESC` |`GRAVE_ESC`|Escape when tapped, <code>&#96;</code> when pressed with Shift or GUI|
|`KC_LEAD` | |The [Leader key](feature_leader_key.md) |
|`KC_LOCK` | |The [Lock key](feature_key_lock.md) |
```
</div>
</div>