Skip to content

Commit

Permalink
fix: PR Yowkees#496 を参考に修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ld50themetaler committed Mar 27, 2024
1 parent dfa5fd0 commit 09c53a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions qmk_firmware/keyboards/keyball/keyball44/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Split parameters
#define SOFT_SERIAL_PIN D2
#define SPLIT_HAND_MATRIX_GRID F7, D4
#define SPLIT_HAND_MATRIX_GRID_LOW_IS_LEFT
#define SPLIT_USB_DETECT
#define SPLIT_USB_TIMEOUT 500
#ifdef OLED_ENABLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define POINTING_DEVICE_AUTO_MOUSE_ENABLE
#define AUTO_MOUSE_DEFAULT_LAYER 6

#define DYNAMIC_KEYMAP_LAYER_COUNT 8

#undef SPLIT_HAND_MATRIX_GRID
#undef SPLIT_USB_DETECT
#undef SPLIT_USB_TIMEOUT
#define EE_HANDS
#define DYNAMIC_KEYMAP_LAYER_COUNT 8

0 comments on commit 09c53a7

Please sign in to comment.