summaryrefslogtreecommitdiff
path: root/keyboards/M10A/M10A.h
diff options
context:
space:
mode:
authorJack Humbert2017-05-18 18:55:07 -0400
committerJack Humbert2017-05-18 18:55:07 -0400
commit85df6873487000583454657fb20ac7cea7194f8d (patch)
tree71a489a237a64ff26f16759627cc59f602a2579c /keyboards/M10A/M10A.h
parent0d8c73dc8d10d89d93eeec1f61995c0c73b6f81f (diff)
m10a lowercase
Diffstat (limited to 'keyboards/M10A/M10A.h')
-rw-r--r--keyboards/M10A/M10A.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/keyboards/M10A/M10A.h b/keyboards/M10A/M10A.h
deleted file mode 100644
index 6ec334fb3..000000000
--- a/keyboards/M10A/M10A.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef M10A_H
-#define M10A_H
-
-#include "quantum.h"
-
-#define M10A( \
- k00, k01, k02, \
- k10, k11, k12, \
- k20, k21, k22, \
- k30, k31, k32 \
-) \
-{ \
- { k00, k01, k02 }, \
- { k10, k11, k12 }, \
- { k20, k21, k22 }, \
- { k30, k31, k32 } \
-}
-
-#endif