Browse Source

Fix typo 'keyobard' #166

old_master
tmk 9 years ago
parent
commit
1cda7b79fb
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      converter/adb_usb/README.md
  2. 1
    1
      keyboard/hhkb/rn42/MEMO.txt
  3. 1
    1
      protocol/adb.c

+ 1
- 1
converter/adb_usb/README.md View File

And most ADB keyboard has no diodes in its matrix so they are not NKRO, And most ADB keyboard has no diodes in its matrix so they are not NKRO,
though ADB protocol itself supports it. See protocol/adb.c for more info. though ADB protocol itself supports it. See protocol/adb.c for more info.


If keyobard has ISO layout you need to use ISO keymap with `make KEYMAP=iso`. With ANSI
If keyboard has ISO layout you need to use ISO keymap with `make KEYMAP=iso`. With ANSI
keymap you will suffer from swapped keys problem. keymap you will suffer from swapped keys problem.


https://github.com/tmk/tmk_keyboard/issues/35 https://github.com/tmk/tmk_keyboard/issues/35

+ 1
- 1
keyboard/hhkb/rn42/MEMO.txt View File

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. 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.
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. 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.


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.
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.


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. 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.
It resolved with resoldering PF1 and new resistor on R12. It resolved with resoldering PF1 and new resistor on R12.

+ 1
- 1
protocol/adb.c View File

3: mice 3: mice


Registers: Registers:
0: application(keyobard uses this to store its data.)
0: application(keyboard uses this to store its data.)
1: application 1: application
2: application(keyboard uses this for LEDs and state of modifiers) 2: application(keyboard uses this for LEDs and state of modifiers)
3: status and command 3: status and command