diff options
Diffstat (limited to 'keyboards/hhkb_lite_2/readme.md')
| -rw-r--r-- | keyboards/hhkb_lite_2/readme.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/keyboards/hhkb_lite_2/readme.md b/keyboards/hhkb_lite_2/readme.md new file mode 100644 index 000000000..a4b9f1611 --- /dev/null +++ b/keyboards/hhkb_lite_2/readme.md | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | # HHKB Lite 2 | ||
| 2 | |||
| 3 |  | ||
| 4 | |||
| 5 | This is for the [HHKB Lite 2](https://deskthority.net/wiki/HHKB_Lite) | ||
| 6 | by PFU, identified by model numbers PD-KB200W/U or PD-KB200B/U. It | ||
| 7 | uses the replacement Teensy 2.0 board from [my other | ||
| 8 | project](https://github.com/thirteen37/HHKB-Lite-2-Teensy). | ||
| 9 | |||
| 10 | Make example for this keyboard (after setting up your build environment): | ||
| 11 | |||
| 12 | make hhkb_lite_2:default | ||
| 13 | |||
| 14 | Flashing example for this keyboard: | ||
| 15 | |||
| 16 | make hhkb_lite_2:default:flash | ||
| 17 | |||
| 18 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | ||
| 19 | |||
| 20 | ## Details | ||
| 21 | |||
| 22 | The `default` keymap is nearly the official standard US QWERTY, except | ||
| 23 | with the `Delete` key behaving like `BS`, which is as if DIP `SW3` is | ||
| 24 | set. | ||
| 25 | |||
| 26 | While there are two physical `Fn` keys on the keyboard, they are | ||
| 27 | electrically indistinguishable (same wiring matrix) so they can not be | ||
| 28 | assigned different keycodes. | ||
