]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Spellchecking keyboard README files.
authorThomas Russell Murphy <thomas.russell.murphy@case.edu>
Sun, 5 Jan 2014 03:52:19 +0000 (22:52 -0500)
committertmk <nobody@nowhere>
Tue, 7 Jan 2014 02:03:18 +0000 (11:03 +0900)
keyboard/IIgs/README
keyboard/gh60/README.md
keyboard/hhkb/README.md
keyboard/kmac/README.md
keyboard/phantom/README.md

index 4f9cad1ca108f04cc425583cb8c0d0d72d9956ff..820d77110246be98152666f6e104b739cc6a8eab 100644 (file)
@@ -1,4 +1,4 @@
-Replacable USB Controller for Apple IIgs/Standard(M0116)\r
+Replaceable USB Controller for Apple IIgs/Standard(M0116)\r
 JeffreySung(nattyman@gmail.com)\r
 \r
 ===============================\r
@@ -32,7 +32,7 @@ PJRC Teensy
 1. Bypass #31 pin(from board) to E4(Teensy)\r
 2. Bypass #30 pin(from board) to F2(Teensy)\r
 3. Bypass #6  pin(from board) to A0(Teensy)\r
-4. Refer doc directory\r
+4. Refer to documentation directory\r
 \r
 To Do\r
 =====\r
index 5e0fc244fcd1ff0b910590b056a2b322c0ffef1e..510cb5c8b65cf72a52b2472e4e8094d9cbe31e63 100644 (file)
@@ -80,7 +80,7 @@ See [keymap_plain.c](keymap_plain.c) for detail.
 
 
 ### 3. Hasu
-This is my favourite keymap with HHKB Fn, Vi cursor and Mousekey layer. See [keymap_hasu.c](keymap_hasu.c) for detail.
+This is my favorite keymap with HHKB Fn, Vi cursor and Mousekey layer. See [keymap_hasu.c](keymap_hasu.c) for detail.
 
 
 ### 4. SpaceFN
index 9213648237b6a3b5aea49e6fda3d68e8b66b499d..7ea9843a678b309a3f033e99de12903c6ad58fa8 100644 (file)
@@ -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).
index 8cfe0971ddeeda7df9fd8a6342cfdcec8ca029cd..dc35870caab75b1bad2ea11c3f2ef2e46641cc42 100644 (file)
@@ -18,7 +18,7 @@ Move to this directory then just run `make` like:
 Use `Makefile.pjrc` if you want to use PJRC stack or use `Makefile.lufa` for LUFA stack.
 
 
-Booloader
+Bootloader
 ---------
 The PCB is hardwired to run the bootloader if the key at the `Caps Lock` position is held down when connecting the keyboard.
 
index 8344e160ba93cc8bf382a9139aeef2259fb0a7ae..368ae97e85a5de23fcafdb0b8797ff28ce57ef69 100644 (file)
@@ -33,7 +33,7 @@ between 0 and 255:
 ### 2. Sleep LED
 It is possible to have the LEDs fade in and out when the computer is suspended.
 
-To enable this feature, uncoment the `SLEEP_LED_ENABLE` line in the makefile you are using:
+To enable this feature, uncomment the `SLEEP_LED_ENABLE` line in the makefile you are using:
 
     SLEEP_LED_ENABLE = yes  # Breathing sleep LED during USB suspend