summaryrefslogtreecommitdiff
path: root/keyboards/wilba_tech/rama_works_m10_c/rama_works_m10_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/wilba_tech/rama_works_m10_c/rama_works_m10_c.h')
-rw-r--r--keyboards/wilba_tech/rama_works_m10_c/rama_works_m10_c.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/wilba_tech/rama_works_m10_c/rama_works_m10_c.h b/keyboards/wilba_tech/rama_works_m10_c/rama_works_m10_c.h
index 382cef1a6d..24dae9d7d0 100644
--- a/keyboards/wilba_tech/rama_works_m10_c/rama_works_m10_c.h
+++ b/keyboards/wilba_tech/rama_works_m10_c/rama_works_m10_c.h
@@ -18,18 +18,3 @@
#include "quantum.h"
#include "keyboards/wilba_tech/wt_rgb_backlight_keycodes.h"
#include "via.h"
-
-
-/* This is a shortcut to help you visually see your layout.
- *
- * The first section contains all of the arguments representing the physical
- * layout of the board and position of the keys.
- *
- * The second converts the arguments into a two-dimensional array which
- * represents the switch matrix.
- */
-#define LAYOUT( \
- K00, K01, K02, K03, K04, K05, K06, K07, K08, K09 \
-) { \
- {K00, K01, K02, K03, K04, K05, K06, K07, K08, K09}, \
-}