diff options
author | yuezp <49514776+LXF-YZP@users.noreply.github.com> | 2023-10-04 12:02:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 21:02:42 -0700 |
commit | 5485d5023eae4653805d1acb481cf438ff8a80e0 (patch) | |
tree | 65c9cb73fb0706318d46f19310eab3d0d46bb0c5 /keyboards/split67/readme.md | |
parent | d9fa80c0b0044bb951694aead215d72e4a51807c (diff) |
Add the Split67 keyboard PCB (#22107)
Co-authored-by: “yuezp” <“yuezpchn@126.com”>
Diffstat (limited to 'keyboards/split67/readme.md')
-rw-r--r-- | keyboards/split67/readme.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/split67/readme.md b/keyboards/split67/readme.md new file mode 100644 index 0000000000..e42fa9f9ff --- /dev/null +++ b/keyboards/split67/readme.md @@ -0,0 +1,26 @@ +# split67 + +![split67](https://i.imgur.com/2eC03Smh.jpg) + +A 65% keys split keyboard. + +* Keyboard Maintainer: https://github.com/LXF-YZP +* Hardware Supported: Pro Micro, (ATmega32u4) + +Make example for this keyboard (after setting up your build environment): + + make split67:default + +Flashing example for this keyboard: + + make split67:default:flash + +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). + +## Bootloader + +Enter the bootloader in 3 ways: + +* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard +* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead +* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
\ No newline at end of file |