diff options
author | QMK Bot <hello@qmk.fm> | 2021-08-03 07:04:43 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-08-03 07:04:43 +0000 |
commit | 69619768553b9a30ef71f4db0178c8ddb696fb0e (patch) | |
tree | 7c38b63b59be54c8bb6d914d24655d9847bcf788 | |
parent | a14f331c0a0d5eed6332e11129f9122d5c6afb38 (diff) | |
parent | 4d42fb203143340045bfe760bfbe2e427315cf5a (diff) | |
download | qmk_firmware-69619768553b9a30ef71f4db0178c8ddb696fb0e.tar.gz qmk_firmware-69619768553b9a30ef71f4db0178c8ddb696fb0e.zip |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | keyboards/40percentclub/nori/nori.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/40percentclub/nori/nori.h b/keyboards/40percentclub/nori/nori.h index ffcc396218..768598b7f8 100644 --- a/keyboards/40percentclub/nori/nori.h +++ b/keyboards/40percentclub/nori/nori.h @@ -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, \ |