diff options
| author | Joel Challis | 2024-01-09 12:24:53 +0100 |
|---|---|---|
| committer | GitHub | 2024-01-09 12:24:53 +0100 |
| commit | ccec4867c80d25548871e2534d2ca6205891824a (patch) | |
| tree | dd6e5724af25df9da7131175c36af0394af80368 /keyboards/pisces/config.h | |
| parent | 58806984a6ee5e5453c29ce5cec95d9df354cbfd (diff) | |
Align `SPLIT_HAND_MATRIX_GRID` left/right logic with `SPLIT_HAND_PIN` (#22775)
Diffstat (limited to 'keyboards/pisces/config.h')
| -rw-r--r-- | keyboards/pisces/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/pisces/config.h b/keyboards/pisces/config.h index 4cb5aaf54e..cbdce6f83e 100644 --- a/keyboards/pisces/config.h +++ b/keyboards/pisces/config.h @@ -18,6 +18,8 @@ /* Select hand configuration */ #define SPLIT_HAND_MATRIX_GRID B0,B7 +#define SPLIT_HAND_MATRIX_GRID_LOW_IS_LEFT + #define MATRIX_MASKED #define SPLIT_USB_DETECT |