diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-06-15 21:57:15 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-15 21:57:15 -0700 |
commit | 4e9fb1d0d93db07c9934f64f6c8fe7a0dce51464 (patch) | |
tree | 1c4381a93d5f646dc99962dbad69efe3065a1def /keyboards/contra/rules.mk | |
parent | 0f04a0a74581d922f551596eeb2a16587717e44c (diff) |
Contra refactor (#3191)
* Readme update
* Keyboard Refactor
* Keymap refactor
* Fixes per drashna
* Fixed curly brace
Diffstat (limited to 'keyboards/contra/rules.mk')
-rwxr-xr-x | keyboards/contra/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/contra/rules.mk b/keyboards/contra/rules.mk index a926dfc03e..3a97834cff 100755 --- a/keyboards/contra/rules.mk +++ b/keyboards/contra/rules.mk @@ -57,5 +57,5 @@ 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_4x12 planck_mit planck_grid +LAYOUTS = planck_mit ortho_4x12 LAYOUTS_HAS_RGB = no |