Skip to content

Commit

Permalink
Fix right half of Nyquist in 4x12 mode having row shifted up by one (q…
Browse files Browse the repository at this point in the history
  • Loading branch information
nooges authored and carcinization committed Dec 2, 2021
1 parent 1871947 commit 7a82cce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion keyboards/keebio/nyquist/rev3/rev3.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@
{ L10, L11, L12, L13, L14, L15 }, \
{ L20, L21, L22, L23, L24, L25 }, \
{ L30, L31, L32, L33, L34, L35 }, \
{ KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO }, \
{ R00, R01, R02, R03, R04, R05 }, \
{ R10, R11, R12, R13, R14, R15 }, \
{ R20, R21, R22, R23, R24, R25 }, \
{ R30, R31, R32, R33, R34, R35 } \
{ R30, R31, R32, R33, R34, R35 }, \
{ KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO } \
}

#define LAYOUT_ortho_5x12 LAYOUT

0 comments on commit 7a82cce

Please sign in to comment.