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/tetris.c | |
| 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/tetris.c')
| -rw-r--r-- | keyboards/tetris/tetris.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/tetris/tetris.c b/keyboards/tetris/tetris.c new file mode 100644 index 000000000..8d494c17f --- /dev/null +++ b/keyboards/tetris/tetris.c | |||
| @@ -0,0 +1 @@ | |||
| #include "tetris.h" | |||
