diff options
author | YouCanFly <65446+YCF@users.noreply.github.com> | 2019-04-18 17:37:26 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-18 15:37:26 -0700 |
commit | 9e3b38425feedbe8d95c6cb738d713cc6e15af56 (patch) | |
tree | 240250dd95b42a242363629bb6514829174992c8 /keyboards/tetris/readme.md | |
parent | a58c66df88d1da9c57e5e4ccffb78c7882b55706 (diff) | |
download | qmk_firmware-9e3b38425feedbe8d95c6cb738d713cc6e15af56.tar.gz qmk_firmware-9e3b38425feedbe8d95c6cb738d713cc6e15af56.zip |
[Keyboard] Update Tetris (#5513)
* Update Tetris
Add a fake row to config the encoder's keycode easily.
* Delete rules.mk
* Update keyboards/tetris/readme.md
Co-Authored-By: YCF <65446+YCF@users.noreply.github.com>
* Update config.h
add #define RGBLIGHT_SLEEP
Diffstat (limited to 'keyboards/tetris/readme.md')
-rw-r--r-- | keyboards/tetris/readme.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/tetris/readme.md b/keyboards/tetris/readme.md index b2741caf1c..260d453a84 100644 --- a/keyboards/tetris/readme.md +++ b/keyboards/tetris/readme.md @@ -2,6 +2,8 @@ Tetris === A compact 40% (12x4) ortholinear keyboard (Planck Mit layout) with per switch RGB and encoder made by Fengz. +Fake keys on the 5th row are for configuring the encoder's keycode. + ![TetrisPhoto](https://i.imgur.com/quwEY0f.jpg) More: [Imgur](https://imgur.com/gallery/Azq2zUm). @@ -12,4 +14,4 @@ Make example for this keyboard (after setting up your build environment): make tetris:default -See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
\ No newline at end of file +See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. |