diff options
Diffstat (limited to 'keyboards/roadkit')
-rw-r--r-- | keyboards/roadkit/roadkit.h | 2 | ||||
-rw-r--r-- | keyboards/roadkit/rules.mk | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/roadkit/roadkit.h b/keyboards/roadkit/roadkit.h index b10e5740f3..a82a62e1ed 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 786c9dc3e7..523d1ddf03 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 |