aboutsummaryrefslogtreecommitdiff
path: root/keyboards/roadkit/roadkit.h
diff options
context:
space:
mode:
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 @@
17 { K30, KC_NO, K32, KC_NO } \ 17 { K30, KC_NO, K32, KC_NO } \
18} 18}
19 19
20#define SINGLES_KEYMAP( \ 20#define LAYOUT_ortho_4x4 ( \
21 K00, K01, K02, K03, \ 21 K00, K01, K02, K03, \
22 K10, K11, K12, K13, \ 22 K10, K11, K12, K13, \
23 K20, K21, K22, K23, \ 23 K20, K21, K22, K23, \
@@ -30,6 +30,4 @@
30 { K30, K31, K32, K33 } \ 30 { K30, K31, K32, K33 } \
31} 31}
32 32
33#define LAYOUT_ortho_4x4 SINGLES_KEYMAP
34
35#endif 33#endif