diff options
author | Danny <nooges@users.noreply.github.com> | 2019-08-30 20:41:22 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-08-30 17:41:22 -0700 |
commit | feb1742061679b6d722afe048f8eef9f2c29d0ec (patch) | |
tree | 6d5c7abcbe7c8b26a22f6c6fe22d7d8232702b4a /keyboards/keebio/nyquist/rules.mk | |
parent | 2e9a096c468453e9b729b92e2423063f4a4967ae (diff) | |
download | qmk_firmware-feb1742061679b6d722afe048f8eef9f2c29d0ec.tar.gz qmk_firmware-feb1742061679b6d722afe048f8eef9f2c29d0ec.zip |
[Keyboard] Add option to use 4x12 layout for Nyquist (#6633)
* Add option to use 4x12 layout for Nyquist
* Add 4x12 Nyquist support to configurator
* Add height to 4x12 configurator layout
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Remove QWERTY keycode
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/keebio/nyquist/rules.mk')
-rw-r--r-- | keyboards/keebio/nyquist/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keebio/nyquist/rules.mk b/keyboards/keebio/nyquist/rules.mk index 4ad4eddf90..ea4053763c 100644 --- a/keyboards/keebio/nyquist/rules.mk +++ b/keyboards/keebio/nyquist/rules.mk @@ -66,5 +66,5 @@ RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend SPLIT_KEYBOARD = yes -LAYOUTS = ortho_5x12 +LAYOUTS = ortho_5x12 ortho_4x12 DEFAULT_FOLDER = keebio/nyquist/rev2 |