mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
Change SPLIT_HAND_MATRIX_GRID
detection behaviour
The default behaviour of `SPLIT_HAND_MATRIX_GRID` was changed in QMK Firmware 0.24.0, but the initial code is based on 0.22.x, so this board needs to have its detection behaviour swapped by defining `SPLIT_HAND_MATRIX_GRID_LOW_IS_LEFT`. diff --git a/keyboards/yowkees/keyball39/config.h b/keyboards/yowkees/keyball39/config.h index 9b7f69b1c2..1a1560e44a 100644 --- a/keyboards/yowkees/keyball39/config.h +++ b/keyboards/yowkees/keyball39/config.h @@ -22,6 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_MASKED // Split parameters +#define SPLIT_HAND_MATRIX_GRID_LOW_IS_LEFT #ifdef OLED_ENABLE # define SPLIT_OLED_ENABLE #endif
This commit is contained in:
parent
9d9f273e7b
commit
d392a2728a
@ -22,6 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define MATRIX_MASKED
|
||||
|
||||
// Split parameters
|
||||
#define SPLIT_HAND_MATRIX_GRID_LOW_IS_LEFT
|
||||
#ifdef OLED_ENABLE
|
||||
# define SPLIT_OLED_ENABLE
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user