diff options
author | YouCanFly <YCF@users.noreply.github.com> | 2018-06-10 09:38:45 +0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-09 18:38:45 -0700 |
commit | 08210b3aa4aaa503df854c24a38551c1befa3d3e (patch) | |
tree | 42c82c2f7e555c7570a1403db66998ef1bce1dd5 /keyboards/tetris/readme.md | |
parent | b0348063a62e8efc797e45aaa296e58fdb176dcf (diff) | |
download | qmk_firmware-08210b3aa4aaa503df854c24a38551c1befa3d3e.tar.gz qmk_firmware-08210b3aa4aaa503df854c24a38551c1befa3d3e.zip |
Add Tetris keyboard to QMK (#3158)
* Add Tetris keyboard to QMK
* fix
* disable the music mode to save size
Diffstat (limited to 'keyboards/tetris/readme.md')
-rw-r--r-- | keyboards/tetris/readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/tetris/readme.md b/keyboards/tetris/readme.md new file mode 100644 index 0000000000..b74740854a --- /dev/null +++ b/keyboards/tetris/readme.md @@ -0,0 +1,15 @@ +Tetris +=== +A compact 40% (12x4) ortholinear keyboard (Planck Mit layout) with per switch RGB and encoder made by Fengz. + +![TetrisPhoto](https://i.imgur.com/quwEY0f.jpg) + +More: [Imgur](https://imgur.com/gallery/Azq2zUm). + +Keyboard Maintainer: [Fengz](https://github.com/ycf) + +Make example for this keyboard (after setting up your build environment): + + make tetris:default + +See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.
\ No newline at end of file |