diff options
| -rw-r--r-- | keyboard/IIgs/README | 4 | ||||
| -rw-r--r-- | keyboard/gh60/README.md | 2 | ||||
| -rw-r--r-- | keyboard/hhkb/README.md | 8 | ||||
| -rw-r--r-- | keyboard/kmac/README.md | 2 | ||||
| -rw-r--r-- | keyboard/phantom/README.md | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/keyboard/IIgs/README b/keyboard/IIgs/README index 4f9cad1ca..820d77110 100644 --- a/keyboard/IIgs/README +++ b/keyboard/IIgs/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Replacable USB Controller for Apple IIgs/Standard(M0116) | 1 | Replaceable USB Controller for Apple IIgs/Standard(M0116) |
| 2 | JeffreySung(nattyman@gmail.com) | 2 | JeffreySung(nattyman@gmail.com) |
| 3 | 3 | ||
| 4 | =============================== | 4 | =============================== |
| @@ -32,7 +32,7 @@ PJRC Teensy | |||
| 32 | 1. Bypass #31 pin(from board) to E4(Teensy) | 32 | 1. Bypass #31 pin(from board) to E4(Teensy) |
| 33 | 2. Bypass #30 pin(from board) to F2(Teensy) | 33 | 2. Bypass #30 pin(from board) to F2(Teensy) |
| 34 | 3. Bypass #6 pin(from board) to A0(Teensy) | 34 | 3. Bypass #6 pin(from board) to A0(Teensy) |
| 35 | 4. Refer doc directory | 35 | 4. Refer to documentation directory |
| 36 | 36 | ||
| 37 | To Do | 37 | To Do |
| 38 | ===== | 38 | ===== |
diff --git a/keyboard/gh60/README.md b/keyboard/gh60/README.md index 5e0fc244f..510cb5c8b 100644 --- a/keyboard/gh60/README.md +++ b/keyboard/gh60/README.md | |||
| @@ -80,7 +80,7 @@ See [keymap_plain.c](keymap_plain.c) for detail. | |||
| 80 | 80 | ||
| 81 | 81 | ||
| 82 | ### 3. Hasu | 82 | ### 3. Hasu |
| 83 | This is my favourite keymap with HHKB Fn, Vi cursor and Mousekey layer. See [keymap_hasu.c](keymap_hasu.c) for detail. | 83 | This is my favorite keymap with HHKB Fn, Vi cursor and Mousekey layer. See [keymap_hasu.c](keymap_hasu.c) for detail. |
| 84 | 84 | ||
| 85 | 85 | ||
| 86 | ### 4. SpaceFN | 86 | ### 4. SpaceFN |
diff --git a/keyboard/hhkb/README.md b/keyboard/hhkb/README.md index 921364823..7ea9843a6 100644 --- a/keyboard/hhkb/README.md +++ b/keyboard/hhkb/README.md | |||
| @@ -24,7 +24,7 @@ See README of [tmk_keyboard] for more. | |||
| 24 | * No risks: Everything is all reversible | 24 | * No risks: Everything is all reversible |
| 25 | * No need for PCB trace patching, case cutting or any other destructive mod | 25 | * No need for PCB trace patching, case cutting or any other destructive mod |
| 26 | * Can keep original controller intact | 26 | * Can keep original controller intact |
| 27 | * Can change all HHKB behaviour as you like | 27 | * Can change all HHKB behavior as you like |
| 28 | 28 | ||
| 29 | ###Cons | 29 | ###Cons |
| 30 | * Void your warranty | 30 | * Void your warranty |
| @@ -54,11 +54,11 @@ Several version of keymap are available in advance but you are recommended to de | |||
| 54 | ### Program | 54 | ### Program |
| 55 | First, push reset button on board to start bootloader. | 55 | First, push reset button on board to start bootloader. |
| 56 | 56 | ||
| 57 | This command programs the controller with [dfu-programmer] if the tool is intalled and configured properly. | 57 | This command programs the controller with [dfu-programmer] if the tool is installed and configured properly. |
| 58 | 58 | ||
| 59 | $ make dfu | 59 | $ make dfu |
| 60 | 60 | ||
| 61 | Or you can also use [FLIP] command to program. Also the tool should be intalled and configured properly. FLIP GUI app is also available. | 61 | Or you can also use [FLIP] command to program. Also the tool should be installed and configured properly. FLIP GUI application is also available. |
| 62 | 62 | ||
| 63 | $ make flip | 63 | $ make flip |
| 64 | 64 | ||
| @@ -70,7 +70,7 @@ To define your own keymap create file named `keymap_<name>.c` and see keymap doc | |||
| 70 | 70 | ||
| 71 | 71 | ||
| 72 | ##Hardware | 72 | ##Hardware |
| 73 | 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. | 73 | 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. |
| 74 | 74 | ||
| 75 | ###1. TMK Alt Controller Board | 75 | ###1. TMK Alt Controller Board |
| 76 | TMK designed [Keyboard Controller Board for HHKB Pro2(KiCad project)](https://github.com/tmk/HHKB_controller). | 76 | TMK designed [Keyboard Controller Board for HHKB Pro2(KiCad project)](https://github.com/tmk/HHKB_controller). |
diff --git a/keyboard/kmac/README.md b/keyboard/kmac/README.md index 8cfe0971d..dc35870ca 100644 --- a/keyboard/kmac/README.md +++ b/keyboard/kmac/README.md | |||
| @@ -18,7 +18,7 @@ Move to this directory then just run `make` like: | |||
| 18 | Use `Makefile.pjrc` if you want to use PJRC stack or use `Makefile.lufa` for LUFA stack. | 18 | Use `Makefile.pjrc` if you want to use PJRC stack or use `Makefile.lufa` for LUFA stack. |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | Booloader | 21 | Bootloader |
| 22 | --------- | 22 | --------- |
| 23 | The PCB is hardwired to run the bootloader if the key at the `Caps Lock` position is held down when connecting the keyboard. | 23 | The PCB is hardwired to run the bootloader if the key at the `Caps Lock` position is held down when connecting the keyboard. |
| 24 | 24 | ||
diff --git a/keyboard/phantom/README.md b/keyboard/phantom/README.md index 8344e160b..368ae97e8 100644 --- a/keyboard/phantom/README.md +++ b/keyboard/phantom/README.md | |||
| @@ -33,7 +33,7 @@ between 0 and 255: | |||
| 33 | ### 2. Sleep LED | 33 | ### 2. Sleep LED |
| 34 | It is possible to have the LEDs fade in and out when the computer is suspended. | 34 | It is possible to have the LEDs fade in and out when the computer is suspended. |
| 35 | 35 | ||
| 36 | To enable this feature, uncoment the `SLEEP_LED_ENABLE` line in the makefile you are using: | 36 | To enable this feature, uncomment the `SLEEP_LED_ENABLE` line in the makefile you are using: |
| 37 | 37 | ||
| 38 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 38 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 39 | 39 | ||
