Open cyrusn opened 6 months ago
My problem is same as yours. Do you have any solutions?
No idea too.
I found it. Change #define SPLIT_HAND_MATRIX_GRID
to #define SPLIT_HAND_MATRIX_GRID_LOW_IS_LEFT
in keyball61/config.h
. Note that keyball61/config.h
is different from keymaps/custom/config.h
I found it. Change
#define SPLIT_HAND_MATRIX_GRID
to#define SPLIT_HAND_MATRIX_GRID_LOW_IS_LEFT
inkeyball61/config.h
. Note thatkeyball61/config.h
is different fromkeymaps/custom/config.h
Oh ... sadly it didn't work for me.
Worked for me too. Make sure you add another line for it and don't replace the existing SPLIT_HAND_MATRIX_GRID. Should look something like this.
#define SPLIT_HAND_MATRIX_GRID F7, D7
#define SPLIT_HAND_MATRIX_GRID_LOW_IS_LEFT
I am attempting to compile and flash firmware version 0.24.11 to my Keyball61 keyboard. Despite encountering warnings, I proceeded with flashing the hex file. After flashing, I noticed that the left and right keyboards were swapped, and the trackball movement was inverted.