summaryrefslogtreecommitdiffstats
path: root/keyboards/tetris/tetris.c
diff options
context:
space:
mode:
authorYouCanFly <65446+YCF@users.noreply.github.com>2019-04-19 00:37:26 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-19 00:37:26 +0200
commit9e3b38425feedbe8d95c6cb738d713cc6e15af56 (patch)
tree240250dd95b42a242363629bb6514829174992c8 /keyboards/tetris/tetris.c
parenta58c66df88d1da9c57e5e4ccffb78c7882b55706 (diff)
downloadqmk_firmware-9e3b38425feedbe8d95c6cb738d713cc6e15af56.tar.gz
qmk_firmware-9e3b38425feedbe8d95c6cb738d713cc6e15af56.tar.xz
[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/tetris.c')
-rwxr-xr-x[-rw-r--r--]keyboards/tetris/tetris.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/tetris/tetris.c b/keyboards/tetris/tetris.c
index 8d494c17f..f78de2f7b 100644..100755
--- a/keyboards/tetris/tetris.c
+++ b/keyboards/tetris/tetris.c
@@ -1 +1 @@
-#include "tetris.h"
+#include QMK_KEYBOARD_H