Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue about updating to qmk_firmware 0.24.11 #588

Open
cyrusn opened this issue May 19, 2024 · 5 comments
Open

Issue about updating to qmk_firmware 0.24.11 #588

cyrusn opened this issue May 19, 2024 · 5 comments

Comments

@cyrusn
Copy link

cyrusn commented May 19, 2024

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.

☒ keyball/keyball61: LAYOUT_right_ball: Layout macro should not be defined within ".h" files.
☒ keyball/keyball61: LAYOUT_left_ball: Layout macro should not be defined within ".h" files.
☒ keyball/keyball61: LAYOUT_dual_ball: Layout macro should not be defined within ".h" files.
☒ keyball/keyball61: LAYOUT_no_ball: Layout macro should not be defined within ".h" files.
@CreamNuts
Copy link

My problem is same as yours. Do you have any solutions?

@cyrusn
Copy link
Author

cyrusn commented Jun 11, 2024

No idea too.

@CreamNuts
Copy link

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

@cyrusn
Copy link
Author

cyrusn commented Jun 12, 2024

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

Oh ... sadly it didn't work for me.

@XenotropicDev
Copy link

XenotropicDev commented Oct 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants