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 /converter/adb_usb/README.md | |
parent | 8279226123925ee3ac67cb58da02c4bf7adbd7af (diff) |
Fix typo 'keyobard' #166
Diffstat (limited to 'converter/adb_usb/README.md')
-rw-r--r-- | converter/adb_usb/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/adb_usb/README.md b/converter/adb_usb/README.md index defc477e2c..21ad318c1d 100644 --- a/converter/adb_usb/README.md +++ b/converter/adb_usb/README.md @@ -88,7 +88,7 @@ modifiers except for GUI key(Windows/Command). 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. -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. https://github.com/tmk/tmk_keyboard/issues/35 |