diff options
author | Erovia <Erovia@users.noreply.github.com> | 2019-11-19 21:56:01 +0100 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-19 12:56:01 -0800 |
commit | c1c27b83aa9a3a57da43749854ee3c5182e63826 (patch) | |
tree | 5801a281ee69e861ebfe3738b48a8d7b8cf6fac6 /keyboards/lazydesigners/the30/readme.md | |
parent | bb87bdec82433053eef68caa5fe4a03083a13e9c (diff) |
[Keyboard] Add support for the THE30 keyboard (#7390)
Diffstat (limited to 'keyboards/lazydesigners/the30/readme.md')
-rw-r--r-- | keyboards/lazydesigners/the30/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/lazydesigners/the30/readme.md b/keyboards/lazydesigners/the30/readme.md new file mode 100644 index 0000000000..a00e4d1fa1 --- /dev/null +++ b/keyboards/lazydesigners/the30/readme.md @@ -0,0 +1,21 @@ +# THE30 + +![the30](https://i.loli.net/2019/11/06/KTn3dNjreigovRz.jpg) + +A 30% custom keyboard designed and produced by [LazyDesigners](http://lazydesigners.cn). + +* Keyboard Maintainer: [Erovia](https://github.com/Erovia) +* Hardware Supported: THE30 +* Hardware Availability: Check for GBs on [Geekhack](https://geekhack.org) and on [LazyDesigner's homepage.](http://lazydesigners.cn) + +Make example for this keyboard (after setting up your build environment): + + make lazydesigners/the30:default + +Flashing example for this keyboard ([using the command line](https://docs.qmk.fm/#/newbs_flashing?id=flash-your-keyboard-from-the-command-line)): + + make lazydesigners/the30:default:flash + +To enter the bootloader, either press the RESET button on the PCB or the RESET button if the current keymap has one. + +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). |