diff options
author | TJ <tom.campie@gmail.com> | 2022-08-28 23:48:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-28 21:48:41 -0700 |
commit | b719a16b03460924f5306cd0536542082fc5430d (patch) | |
tree | c7fa9379d372662f251cf4403f3aee3b31afbabe /keyboards/cannonkeys/nearfield/readme.md | |
parent | a2294bcc979c26eb60b6fcd0d1166952ed32fd3d (diff) |
[Keyboard] add Nearfield, fix typo in Le Chiffre Readme (#17914)
Diffstat (limited to 'keyboards/cannonkeys/nearfield/readme.md')
-rw-r--r-- | keyboards/cannonkeys/nearfield/readme.md | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/nearfield/readme.md b/keyboards/cannonkeys/nearfield/readme.md new file mode 100644 index 0000000000..ea63a5f221 --- /dev/null +++ b/keyboards/cannonkeys/nearfield/readme.md @@ -0,0 +1,31 @@ +# Nearfield + +![Nearfield](https://i.imgur.com/hNj44FYh.jpg) + +The LZ ErGO is a classic ergonomic design, predating the alice layout, and drawing inspiration from the "Microsoft natural ergonomic" series. +Nearfield expands on this by increasing the rotation of the two halves of the alpha cluster, each half is rotated 15 degrees towards the center of the board. +This increased angle forces the user to widen their elbow stance, and align their hands straighter with their forearms while typing. + +Aesthetic design: Aside from the obvious layout homage to the ergo, retaining the nav cluster, +the case design draws inspiration from the M0110 keyboard series from Apple. + +bog standard mx and alps support pcb, uses unified c3 daughterboard. 100mm JST cable recommended. + + +* Keyboard Maintainer: [TJ Campie](https://github.com/tominabox1) +* Hardware Supported: Nearfield +* Hardware Availability: [Cannonkeys](https://cannonkeys.com/collections/nearfield/products/nearfield-extra-pcb-and-daughterboard) + +Make example for this keyboard (after setting up your build environment): + + make nearfield:default + +## Bootloader + +Enter the bootloader in 3 ways: + +* **Bootmagic reset**: Hold down the top left key and plug in the keyboard +* **Physical reset button**: Briefly press the button on the back of the PCB +* **Keycode in layout**: Press the key mapped to `RESET` if it is available + +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). |