diff options
author | Thomas Russell Murphy <thomas.russell.murphy@case.edu> | 2014-01-04 22:52:19 -0500 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-01-07 11:03:18 +0900 |
commit | a86c1e2b713e8adace45cd3c1cae397a908b261e (patch) | |
tree | ad6e97c205df7017bd9cd8f252d104628991e51f /keyboard/hhkb | |
parent | 3ee5f565ae98cc68b6dff24225b6f8f069f6e20d (diff) | |
download | qmk_firmware-a86c1e2b713e8adace45cd3c1cae397a908b261e.tar.gz qmk_firmware-a86c1e2b713e8adace45cd3c1cae397a908b261e.zip |
Spellchecking keyboard README files.
Diffstat (limited to 'keyboard/hhkb')
-rw-r--r-- | keyboard/hhkb/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboard/hhkb/README.md b/keyboard/hhkb/README.md index 9213648237..7ea9843a67 100644 --- a/keyboard/hhkb/README.md +++ b/keyboard/hhkb/README.md @@ -24,7 +24,7 @@ See README of [tmk_keyboard] for more. * No risks: Everything is all reversible * No need for PCB trace patching, case cutting or any other destructive mod * Can keep original controller intact -* Can change all HHKB behaviour as you like +* Can change all HHKB behavior as you like ###Cons * Void your warranty @@ -54,11 +54,11 @@ Several version of keymap are available in advance but you are recommended to de ### Program First, push reset button on board to start bootloader. -This command programs the controller with [dfu-programmer] if the tool is intalled and configured properly. +This command programs the controller with [dfu-programmer] if the tool is installed and configured properly. $ make dfu -Or you can also use [FLIP] command to program. Also the tool should be intalled and configured properly. FLIP GUI app is also available. +Or you can also use [FLIP] command to program. Also the tool should be installed and configured properly. FLIP GUI application is also available. $ make flip @@ -70,7 +70,7 @@ To define your own keymap create file named `keymap_<name>.c` and see keymap doc ##Hardware -You have some options for hardware. Development boards with USB AVR family(ATMega32U4, AT90USB1286) like Teensy will work while MegaAVR with [V-USB] library is also cheapear option for DIY. +You have some options for hardware. Development boards with USB AVR family(ATMega32U4, AT90USB1286) like Teensy will work while MegaAVR with [V-USB] library is also cheaper option for DIY. ###1. TMK Alt Controller Board TMK designed [Keyboard Controller Board for HHKB Pro2(KiCad project)](https://github.com/tmk/HHKB_controller). |