diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-08-03 00:04:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 00:04:07 -0700 |
commit | 4d42fb203143340045bfe760bfbe2e427315cf5a (patch) | |
tree | 8a27d4728b8823136b074b5821195b7ce2064462 /keyboards/40percentclub/nori/rules.mk | |
parent | 2d78a43556b8d54657630663b8121dc2294732aa (diff) |
40percentclub/nori: fix matrix reference in LAYOUT_ortho_4x8 (#13866)
* 40percentclub/nori: fix matrix reference in LAYOUT_ortho_4x8
* remove ortho_4x8 from Community Layouts rule
ortho_4x8 isn't a valid option here.
Diffstat (limited to 'keyboards/40percentclub/nori/rules.mk')
-rw-r--r-- | keyboards/40percentclub/nori/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/40percentclub/nori/rules.mk b/keyboards/40percentclub/nori/rules.mk index 1b9766581a..3056c606c8 100644 --- a/keyboards/40percentclub/nori/rules.mk +++ b/keyboards/40percentclub/nori/rules.mk @@ -30,7 +30,7 @@ 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 ortho_4x8 ortho_4x12 +LAYOUTS = ortho_4x4 ortho_4x12 # Disable unsupported hardware AUDIO_SUPPORTED = no |