defaulted to 5 rows when HELIX_ROWS is not defined (#3312)
This commit is contained in:
parent
b9bf310b0f
commit
77445afac5
1 changed files with 1 additions and 3 deletions
|
@ -62,7 +62,7 @@
|
||||||
{ R36, R30, R31, R32, R33, R34, R35 }, \
|
{ R36, R30, R31, R32, R33, R34, R35 }, \
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#elif HELIX_ROWS == 5
|
#else
|
||||||
#ifndef FLIP_HALF
|
#ifndef FLIP_HALF
|
||||||
// Standard Keymap
|
// Standard Keymap
|
||||||
// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)
|
// (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)
|
||||||
|
@ -108,8 +108,6 @@
|
||||||
{ R46, R40, R41, R42, R43, R44, R45 } \
|
{ R46, R40, R41, R42, R43, R44, R45 } \
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#else
|
|
||||||
#error "expected HELIX_ROWS 4 or 5"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue