diff options
author | kopibeng <52724926+kopibeng@users.noreply.github.com> | 2022-03-24 02:42:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-23 11:42:54 -0700 |
commit | 55b3b2b8487ff9008806d41bd77a10fc796c4103 (patch) | |
tree | a408d14922c77eb81acb3db7482f86fb17d7c56b /keyboards/kopibeng/xt60/readme.md | |
parent | 4a3b4104feb7f0948a8b9f97b39534fc68c62e73 (diff) |
[Keyboard] Add support for XT60 (#16708)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/kopibeng/xt60/readme.md')
-rw-r--r-- | keyboards/kopibeng/xt60/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/kopibeng/xt60/readme.md b/keyboards/kopibeng/xt60/readme.md new file mode 100644 index 0000000000..177b22be4c --- /dev/null +++ b/keyboards/kopibeng/xt60/readme.md @@ -0,0 +1,21 @@ +# XT60 + +![XT60](https://i.imgur.com/n1arBEw.png) + +A QMK-powered, VIA-enabled universal 60% PCB with support for ANSI/ISO layouts, split Backspace, split Right Shift, stepped Caps Lock, 6.25U/7U bottom row, split Spacebar and RGB underglow. + +* Keyboard Maintainer: kopibeng +* Hardware Supported: A 60% keyboard with ATMEGA32U4 +* Hardware Availability: N/A + +Make example for this keyboard (after setting up your build environment): + + make kopibeng/xt60:via + +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 + +* Physical reset button: Press the RESET switch on top side of PCB. +* Bootmagic reset: Unplug keyboard, hold down ESC key and plug in the keyboard. +* Keycode reset: Press the RESET keycode (default: MO(1) + R keys) in layout if available.
\ No newline at end of file |