diff options
author | mechmerlin <mechmerlin@gmail.com> | 2018-08-11 08:31:35 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-08-11 11:59:51 -0700 |
commit | 85659ae5e1b41af4889f154dcc47d4bc9c1f0a19 (patch) | |
tree | 4fa3b210bdfa988f88619b264be7bec4f7dd3c42 /keyboards | |
parent | 2a89134d8e939c86c5e9008f6ad77e15bb404c39 (diff) |
add layout support to clueboard
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/clueboard/66/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/clueboard/66_hotswap/rules.mk | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/clueboard/66/rules.mk b/keyboards/clueboard/66/rules.mk index 11f391c3f1..c5f8b5c112 100644 --- a/keyboards/clueboard/66/rules.mk +++ b/keyboards/clueboard/66/rules.mk @@ -21,3 +21,5 @@ RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality MIDI_ENABLE = no # MIDI controls UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID + +LAYOUTS = 66_ansi diff --git a/keyboards/clueboard/66_hotswap/rules.mk b/keyboards/clueboard/66_hotswap/rules.mk index 1a22696e48..1fc5f89fac 100644 --- a/keyboards/clueboard/66_hotswap/rules.mk +++ b/keyboards/clueboard/66_hotswap/rules.mk @@ -21,3 +21,5 @@ RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality MIDI_ENABLE = no # MIDI controls UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID + +LAYOUTS = 66_ansi |