Skip to content

Commit

Permalink
fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed Sep 16, 2023
1 parent fb8a720 commit 7ddeff0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion keyball39/doc/rev1/keycodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a id="english"></a>
## Special Keycodes

| Keycode | Value on Remap | Value | Description |
| Keycode | Value on Remap | Hex | Description |
|:-----------|:----------------|:---------|:------------------------------------------------------------------|
| `KBC_RST` | `Kb 0` | `0x7e00` | Reset Keyball configuration |
| `KBC_SAVE` | `Kb 1` | `0x7e01` | Persist Keyball configuration to EEPROM |
Expand Down
2 changes: 1 addition & 1 deletion keyball44/doc/rev1/keycodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a id="english"></a>
## Special Keycodes

| Keycode | Value on Remap | Value | Description |
| Keycode | Value on Remap | Hex | Description |
|:-----------|:----------------|:---------|:------------------------------------------------------------------|
| `KBC_RST` | `Kb 0` | `0x7e00` | Reset Keyball configuration |
| `KBC_SAVE` | `Kb 1` | `0x7e01` | Persist Keyball configuration to EEPROM |
Expand Down
2 changes: 1 addition & 1 deletion keyball46/doc/rev1/keycodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a id="english"></a>
## Special Keycodes

| Keycode | Value on Remap | Value | Description |
| Keycode | Value on Remap | Hex | Description |
|:-----------|:----------------|:---------|:------------------------------------------------------------------|
| `KBC_RST` | `Kb 0` | `0x7e00` | Reset Keyball configuration |
| `KBC_SAVE` | `Kb 1` | `0x7e01` | Persist Keyball configuration to EEPROM |
Expand Down
2 changes: 1 addition & 1 deletion keyball61/doc/rev1/keycodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a id="english"></a>
## Special Keycodes

| Keycode | Value on Remap | Value | Description |
| Keycode | Value on Remap | Hex | Description |
|:-----------|:----------------|:---------|:------------------------------------------------------------------|
| `KBC_RST` | `Kb 0` | `0x7e00` | Reset Keyball configuration |
| `KBC_SAVE` | `Kb 1` | `0x7e01` | Persist Keyball configuration to EEPROM |
Expand Down

0 comments on commit 7ddeff0

Please sign in to comment.