-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc about new keycodes (only keyball61 for test)
- Loading branch information
Showing
4 changed files
with
26 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Keyball: Special Keycodes | ||
|
||
* [English/英語](#english) | ||
* [日本語/Japanese](#japanese) | ||
|
||
<a id="english"></a> | ||
## Special Keycodes | ||
|
||
<a id="japanese"></a> | ||
## 特殊キーコード | ||
|
||
| キーコード | Remap上での表記 | 値 | 説明 | | ||
|:-----------|:----------------|:---------|:------------------------------------------------------------------| | ||
| `KBC_RST` | `Kb 0` | `0x7e00` | Keyball設定のリセット | | ||
| `KBC_SAVE` | `Kb 1` | `0x7e01` | 現在のKeyball設定をEEPROMに保存します | | ||
| `CPI_I100` | `Kb 2` | `0x7e02` | CPIを100増加させます(最大:12000) | | ||
| `CPI_D100` | `Kb 3` | `0x7e03` | CPIを100減少させます(最小:100) | | ||
| `CPI_I1K` | `Kb 4` | `0x7e04` | CPIを1000増加させます(最大:12000) | | ||
| `CPI_D1K` | `Kb 5` | `0x7e05` | CPIを1000減少させます(最小:100) | | ||
| `SCRL_TO` | `Kb 6` | `0x7e06` | タップごとにスクロールモードのON/OFFを切り替えます | | ||
| `SCRL_MO` | `Kb 7` | `0x7e07` | キーを押している間、スクロールモードになります | | ||
| `SCRL_DVI` | `Kb 8` | `0x7e08` | スクロール除数を1つ上げます(max D7 = 1/128)←最もスクロール遅い | | ||
| `SCRL_DVD` | `Kb 9` | `0x7e09` | スクロール除数を1つ下げます(min D0 = 1/1)←最もスクロール速い | |