summaryrefslogtreecommitdiffstats
path: root/keyboards/roadkit
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/roadkit')
-rw-r--r--keyboards/roadkit/roadkit.h2
-rw-r--r--keyboards/roadkit/rules.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/roadkit/roadkit.h b/keyboards/roadkit/roadkit.h
index b10e5740f..a82a62e1e 100644
--- a/keyboards/roadkit/roadkit.h
+++ b/keyboards/roadkit/roadkit.h
@@ -30,4 +30,6 @@
{ K30, K31, K32, K33 } \
}
+#define LAYOUT_ortho_4x4 SINGLES_KEYMAP
+
#endif
diff --git a/keyboards/roadkit/rules.mk b/keyboards/roadkit/rules.mk
index 786c9dc3e..523d1ddf0 100644
--- a/keyboards/roadkit/rules.mk
+++ b/keyboards/roadkit/rules.mk
@@ -67,3 +67,5 @@ MIDI_ENABLE = no # MIDI controls
UNICODE_ENABLE = no # Unicode
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6
+
+LAYOUTS = ortho_4x4 \ No newline at end of file