diff options
author | Nick Blyumberg <nblyumberg@gmail.com> | 2021-03-04 17:59:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-04 22:59:20 +0000 |
commit | e25f05224f1c06aeed13b2e99e8e755af65ac689 (patch) | |
tree | 710d1016762a40fa94edad7478ea00bb94b98992 /keyboards/cannonkeys/ortho48 | |
parent | 7639b5aa3e1a70d35d03fb25bb7804458ec36f3b (diff) | |
download | qmk_firmware-e25f05224f1c06aeed13b2e99e8e755af65ac689.tar.gz qmk_firmware-e25f05224f1c06aeed13b2e99e8e755af65ac689.zip |
Fixed the ortho60 and ortho48 matrix layout after testing (#12106)
Diffstat (limited to 'keyboards/cannonkeys/ortho48')
-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 1e51c37af7..b0197c3cf7 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, k35 , k37, k38, k39, k3a, k3b \ + k30, k31, k32, k33, k34, k36 , 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, k35, KC_NO, k37, k38, k39, k3a, k3b } \ + { k30, k31, k32, k33, k34, KC_NO, k36, k37, k38, k39, k3a, k3b } \ } #define LAYOUT_ortho_4x12( \ |