diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-03 19:01:43 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-03 19:01:43 +0000 |
commit | 5ce2bb83ce6fd2448be4880e44068217c4e5b2de (patch) | |
tree | c80cc246c96242dc81d3d02418ba30629c722073 /keyboards | |
parent | fdc981418ab370a921c9e4dfbf35db6bc4cea91f (diff) | |
parent | 5ece2846b6a4d7ad82a26b2d68d0ec85705f5155 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/keyprez/rhino/rhino.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/keyprez/rhino/rhino.h b/keyboards/keyprez/rhino/rhino.h index 30ebb94cbc..1547717a87 100644 --- a/keyboards/keyprez/rhino/rhino.h +++ b/keyboards/keyprez/rhino/rhino.h @@ -52,12 +52,12 @@ k60, k61, k62, k63, k64, k65, k66, k67, k68, k69 \ ) { \ { k00, k01, k02, k03, k04, k05, k06 }, \ - { k20, k21, k22, k23, k24, k25, k26 }, \ - { k40, k41, k42, k43, k44, k45, KC_NO }, \ + { k20, k21, k22, k23, k24, k25, KC_NO }, \ + { k40, k41, k42, k43, k44, k45, k26 }, \ { KC_NO, k60, k61, k62, k63, KC_NO, k64 }, \ { k07, k08, k09, k10, k11, k12, k13 }, \ - { k27, k28, k29, k30, k31, k32, k33 }, \ - { KC_NO, k48, k49, k50, k51, k52, k53 }, \ + { KC_NO, k28, k29, k30, k31, k32, k33 }, \ + { k27, k48, k49, k50, k51, k52, k53 }, \ { k65, KC_NO, k66, k67, k68, k69, k70 } \ } |