diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-04 23:00:06 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-04 23:00:06 +0000 |
commit | 474cffbc0fed7600aa6c24c65960de44da4b43e5 (patch) | |
tree | 974b64b6aac97b2a059b5a7f2bdda7684a5864c7 /keyboards/cannonkeys/ortho48 | |
parent | 4fcc709f4eb8112525ae0d63641a51e2b452cfe4 (diff) | |
parent | e25f05224f1c06aeed13b2e99e8e755af65ac689 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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( \ |