summaryrefslogtreecommitdiffstats
path: root/keyboards/roadkit/roadkit.h
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2017-11-03 00:47:39 +0100
committerskullY <skullydazed@gmail.com>2017-11-03 00:47:39 +0100
commit685d4c2f9754e22de3b68379cfc959197495c0aa (patch)
tree37b4800cfac587c95fbcb067bd94a2f53a8df5b0 /keyboards/roadkit/roadkit.h
parent535c2f60a9336d67c1a3fbd2d335b6f24d8cca8d (diff)
downloadqmk_firmware-685d4c2f9754e22de3b68379cfc959197495c0aa.tar.gz
qmk_firmware-685d4c2f9754e22de3b68379cfc959197495c0aa.tar.xz
Do some cleanup for the API
Diffstat (limited to 'keyboards/roadkit/roadkit.h')
-rw-r--r--keyboards/roadkit/roadkit.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/roadkit/roadkit.h b/keyboards/roadkit/roadkit.h
index a82a62e1e..486ba5059 100644
--- a/keyboards/roadkit/roadkit.h
+++ b/keyboards/roadkit/roadkit.h
@@ -17,7 +17,7 @@
{ K30, KC_NO, K32, KC_NO } \
}
-#define SINGLES_KEYMAP( \
+#define LAYOUT_ortho_4x4 ( \
K00, K01, K02, K03, \
K10, K11, K12, K13, \
K20, K21, K22, K23, \
@@ -30,6 +30,4 @@
{ K30, K31, K32, K33 } \
}
-#define LAYOUT_ortho_4x4 SINGLES_KEYMAP
-
#endif