diff options
author | Cyril <cyril.x9@gmail.com> | 2021-07-26 01:51:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-25 22:51:23 -0700 |
commit | a73e0a7b1308825ffd2fff18ff385add09f31c03 (patch) | |
tree | e174ffa66651445d64aed8f443ede16bdbc4050c /keyboards/cannonkeys/ortho48/ortho48.h | |
parent | 2e5cecd704ee576cc471f286c5cae9ace8379af6 (diff) | |
download | qmk_firmware-a73e0a7b1308825ffd2fff18ff385add09f31c03.tar.gz qmk_firmware-a73e0a7b1308825ffd2fff18ff385add09f31c03.zip |
Revert "Fixed the ortho60 and ortho48 matrix layout after testing (#12106)" (#13456)
This reverts commit e25f05224f1c06aeed13b2e99e8e755af65ac689.
Diffstat (limited to 'keyboards/cannonkeys/ortho48/ortho48.h')
-rw-r--r-- | keyboards/cannonkeys/ortho48/ortho48.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/cannonkeys/ortho48/ortho48.h b/keyboards/cannonkeys/ortho48/ortho48.h index b0197c3cf7..1e51c37af7 100644 --- a/keyboards/cannonkeys/ortho48/ortho48.h +++ b/keyboards/cannonkeys/ortho48/ortho48.h @@ -6,13 +6,13 @@ k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \ k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, \ k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, \ - k30, k31, k32, k33, k34, k36 , k37, k38, k39, k3a, k3b \ + k30, k31, k32, k33, k34, k35 , k37, k38, k39, k3a, k3b \ ) \ { \ { k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b }, \ { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b }, \ { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b }, \ - { k30, k31, k32, k33, k34, KC_NO, k36, k37, k38, k39, k3a, k3b } \ + { k30, k31, k32, k33, k34, k35, KC_NO, k37, k38, k39, k3a, k3b } \ } #define LAYOUT_ortho_4x12( \ |