diff options
| -rw-r--r-- | converter/adb_usb/README.md | 2 | ||||
| -rw-r--r-- | keyboard/hhkb/rn42/MEMO.txt | 2 | ||||
| -rw-r--r-- | protocol/adb.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/converter/adb_usb/README.md b/converter/adb_usb/README.md index defc477e2..21ad318c1 100644 --- a/converter/adb_usb/README.md +++ b/converter/adb_usb/README.md | |||
| @@ -88,7 +88,7 @@ modifiers except for GUI key(Windows/Command). | |||
| 88 | And most ADB keyboard has no diodes in its matrix so they are not NKRO, | 88 | And most ADB keyboard has no diodes in its matrix so they are not NKRO, |
| 89 | though ADB protocol itself supports it. See protocol/adb.c for more info. | 89 | though ADB protocol itself supports it. See protocol/adb.c for more info. |
| 90 | 90 | ||
| 91 | If keyobard has ISO layout you need to use ISO keymap with `make KEYMAP=iso`. With ANSI | 91 | If keyboard has ISO layout you need to use ISO keymap with `make KEYMAP=iso`. With ANSI |
| 92 | keymap you will suffer from swapped keys problem. | 92 | keymap you will suffer from swapped keys problem. |
| 93 | 93 | ||
| 94 | https://github.com/tmk/tmk_keyboard/issues/35 | 94 | https://github.com/tmk/tmk_keyboard/issues/35 |
diff --git a/keyboard/hhkb/rn42/MEMO.txt b/keyboard/hhkb/rn42/MEMO.txt index f772c4cb5..0363c2f43 100644 --- a/keyboard/hhkb/rn42/MEMO.txt +++ b/keyboard/hhkb/rn42/MEMO.txt | |||
| @@ -161,7 +161,7 @@ TROUBLE SHOOT | |||
| 161 | 07/16 After fix of voltage dividor on GPIO6, had a trouble that it could not send a char to BT module, though could receive. | 161 | 07/16 After fix of voltage dividor on GPIO6, had a trouble that it could not send a char to BT module, though could receive. |
| 162 | Found R8 had wrong 1K resistor and changed to 10K, after that it can send to the module again. Not sure how it had sent with the wrong 1K before. | 162 | Found R8 had wrong 1K resistor and changed to 10K, after that it can send to the module again. Not sure how it had sent with the wrong 1K before. |
| 163 | 163 | ||
| 164 | 07/18 On Linux, had an USB related trouble; keyobard or console didn't work for some reason. Changing PID cured this problem. Very annoying, took very long time before resolved it. | 164 | 07/18 On Linux, had an USB related trouble; keyboard or console didn't work for some reason. Changing PID cured this problem. Very annoying, took very long time before resolved it. |
| 165 | 165 | ||
| 166 | 12/07 rn42_rts() read 1 every time. R12 broke in open mode(no coductive), idk why, too much heat with soldering? and PF1 pin was not soldered. | 166 | 12/07 rn42_rts() read 1 every time. R12 broke in open mode(no coductive), idk why, too much heat with soldering? and PF1 pin was not soldered. |
| 167 | It resolved with resoldering PF1 and new resistor on R12. | 167 | It resolved with resoldering PF1 and new resistor on R12. |
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 |
