diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-20 09:56:41 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 09:56:41 +1100 |
commit | 1e1b469fa2f9aa7480b4c1f1d1f8eb5b0c0c8ce5 (patch) | |
tree | addad7fbe539dbce9688cf0493c058f3075e5d81 /keyboards/mt40 | |
parent | 49dcc824db4f494522cdee67d058e9563a6656cb (diff) |
Remove `DESCRIPTION`, K-M (#11619)
Diffstat (limited to 'keyboards/mt40')
-rw-r--r-- | keyboards/mt40/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/mt40/config.h b/keyboards/mt40/config.h index 3efa18292b..5ada891486 100644 --- a/keyboards/mt40/config.h +++ b/keyboards/mt40/config.h @@ -29,8 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MANUFACTURER ThomasDehaeze #define PRODUCT MT40 -#define DESCRIPTION A Planck clone - /* key matrix size */ #define MATRIX_ROWS 7 #define MATRIX_COLS 15 |