Browse Source

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.
pull/13869/head
James Young 2 years ago
committed by GitHub
parent
commit
4d42fb2031
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      keyboards/40percentclub/nori/nori.h
  2. +1
    -1
      keyboards/40percentclub/nori/rules.mk

+ 1
- 1
keyboards/40percentclub/nori/nori.h View File

@ -40,7 +40,7 @@
{ K00, K01, K02, K03, K04, K05, K06, K07, ___, ___, ___, ___ }, \
{ K10, K11, K12, K13, K14, K15, K16, K17, ___, ___, ___, ___ }, \
{ K20, K21, K22, K23, K24, K25, K26, K27, ___, ___, ___, ___ }, \
{ K30, K31, K32, K33, K34, K35, K35, K37, ___, ___, ___, ___ } \
{ K30, K31, K32, K33, K34, K35, K36, K37, ___, ___, ___, ___ } \
}
#define LAYOUT_ortho_4x12( \
K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0a, K0b, \


+ 1
- 1
keyboards/40percentclub/nori/rules.mk View File

@ -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

Loading…
Cancel
Save