diff options
| author | tmk <hasu@tmk-kbd.com> | 2015-01-19 10:35:06 +0900 |
|---|---|---|
| committer | tmk <hasu@tmk-kbd.com> | 2015-01-19 10:35:06 +0900 |
| commit | 1cda7b79fbae90b3dc40ac862f3c14bfd2f1f679 (patch) | |
| tree | b24fcbf9ba9201e12e53b3dc411b97d81992391b /protocol | |
| parent | 8279226123925ee3ac67cb58da02c4bf7adbd7af (diff) | |
| download | qmk_firmware-1cda7b79fbae90b3dc40ac862f3c14bfd2f1f679.tar.gz qmk_firmware-1cda7b79fbae90b3dc40ac862f3c14bfd2f1f679.zip | |
Fix typo 'keyobard' #166
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/adb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/adb.c b/protocol/adb.c index f57afac93..bbff66df0 100644 --- a/protocol/adb.c +++ b/protocol/adb.c | |||
| @@ -360,7 +360,7 @@ Commands | |||
| 360 | 3: mice | 360 | 3: mice |
| 361 | 361 | ||
| 362 | Registers: | 362 | Registers: |
| 363 | 0: application(keyobard uses this to store its data.) | 363 | 0: application(keyboard uses this to store its data.) |
| 364 | 1: application | 364 | 1: application |
| 365 | 2: application(keyboard uses this for LEDs and state of modifiers) | 365 | 2: application(keyboard uses this for LEDs and state of modifiers) |
| 366 | 3: status and command | 366 | 3: status and command |
