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 | |
| parent | 2d78a43556b8d54657630663b8121dc2294732aa (diff) | |
| download | qmk_firmware-4d42fb203143340045bfe760bfbe2e427315cf5a.tar.gz qmk_firmware-4d42fb203143340045bfe760bfbe2e427315cf5a.zip | |
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.
| -rw-r--r-- | keyboards/40percentclub/nori/nori.h | 2 | ||||
| -rw-r--r-- | keyboards/40percentclub/nori/rules.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/40percentclub/nori/nori.h b/keyboards/40percentclub/nori/nori.h index ffcc39621..768598b7f 100644 --- a/keyboards/40percentclub/nori/nori.h +++ b/keyboards/40percentclub/nori/nori.h | |||
| @@ -40,7 +40,7 @@ | |||
| 40 | { K00, K01, K02, K03, K04, K05, K06, K07, ___, ___, ___, ___ }, \ | 40 | { K00, K01, K02, K03, K04, K05, K06, K07, ___, ___, ___, ___ }, \ |
| 41 | { K10, K11, K12, K13, K14, K15, K16, K17, ___, ___, ___, ___ }, \ | 41 | { K10, K11, K12, K13, K14, K15, K16, K17, ___, ___, ___, ___ }, \ |
| 42 | { K20, K21, K22, K23, K24, K25, K26, K27, ___, ___, ___, ___ }, \ | 42 | { K20, K21, K22, K23, K24, K25, K26, K27, ___, ___, ___, ___ }, \ |
| 43 | { K30, K31, K32, K33, K34, K35, K35, K37, ___, ___, ___, ___ } \ | 43 | { K30, K31, K32, K33, K34, K35, K36, K37, ___, ___, ___, ___ } \ |
| 44 | } | 44 | } |
| 45 | #define LAYOUT_ortho_4x12( \ | 45 | #define LAYOUT_ortho_4x12( \ |
| 46 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0a, K0b, \ | 46 | K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0a, K0b, \ |
diff --git a/keyboards/40percentclub/nori/rules.mk b/keyboards/40percentclub/nori/rules.mk index 1b9766581..3056c606c 100644 --- a/keyboards/40percentclub/nori/rules.mk +++ b/keyboards/40percentclub/nori/rules.mk | |||
| @@ -30,7 +30,7 @@ UNICODE_ENABLE = no # Unicode | |||
| 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 31 | AUDIO_ENABLE = no # Audio output on port C6 | 31 | AUDIO_ENABLE = no # Audio output on port C6 |
| 32 | 32 | ||
| 33 | LAYOUTS = ortho_4x4 ortho_4x8 ortho_4x12 | 33 | LAYOUTS = ortho_4x4 ortho_4x12 |
| 34 | 34 | ||
| 35 | # Disable unsupported hardware | 35 | # Disable unsupported hardware |
| 36 | AUDIO_SUPPORTED = no | 36 | AUDIO_SUPPORTED = no |
