diff options
author | Joel Challis <git@zvecr.com> | 2024-01-09 11:24:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-09 22:24:53 +1100 |
commit | ccec4867c80d25548871e2534d2ca6205891824a (patch) | |
tree | dd6e5724af25df9da7131175c36af0394af80368 /keyboards/hillside/52 | |
parent | 58806984a6ee5e5453c29ce5cec95d9df354cbfd (diff) |
Align `SPLIT_HAND_MATRIX_GRID` left/right logic with `SPLIT_HAND_PIN` (#22775)
Diffstat (limited to 'keyboards/hillside/52')
-rw-r--r-- | keyboards/hillside/52/0_1/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/hillside/52/0_1/config.h b/keyboards/hillside/52/0_1/config.h index 20c4deca40..136be2f581 100644 --- a/keyboards/hillside/52/0_1/config.h +++ b/keyboards/hillside/52/0_1/config.h @@ -6,6 +6,7 @@ /* Split */ #define SPLIT_HAND_MATRIX_GRID B5, F6 +#define SPLIT_HAND_MATRIX_GRID_LOW_IS_LEFT #define MATRIX_MASKED /* Haptic hardware */ |