diff options
author | zgtm <zgtm@users.noreply.github.com> | 2018-11-26 19:01:34 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-26 10:01:34 -0800 |
commit | fe68599a34af5e4f4f905a4127077fa321dbc0de (patch) | |
tree | 9180c13d9032223e763e578fbbc0688cbfdb4fa3 /keyboards/idobo/rules.mk | |
parent | 4ebd27002a344b017276dc70796435a8e718f46a (diff) | |
download | qmk_firmware-fe68599a34af5e4f4f905a4127077fa321dbc0de.tar.gz qmk_firmware-fe68599a34af5e4f4f905a4127077fa321dbc0de.zip |
Keyboard: add generic ortho 5x15 layout support to Idobo (#4486)
Diffstat (limited to 'keyboards/idobo/rules.mk')
-rw-r--r-- | keyboards/idobo/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/idobo/rules.mk b/keyboards/idobo/rules.mk index 383a3594b4..246d152c97 100644 --- a/keyboards/idobo/rules.mk +++ b/keyboards/idobo/rules.mk @@ -79,3 +79,5 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400) + +LAYOUTS = ortho_5x15 |