Skip to content

Commit

Permalink
enable SPLIT_OLED_ENABLE
Browse files Browse the repository at this point in the history
to fix #526
  • Loading branch information
koron committed Mar 25, 2024
1 parent d013e71 commit da29d00
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qmk_firmware/keyboards/keyball/keyball39/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define SPLIT_HAND_MATRIX_GRID F6, B5
#define SPLIT_USB_DETECT
#define SPLIT_USB_TIMEOUT 500
#ifdef OLED_ENABLE
# define SPLIT_OLED_ENABLE
#endif

#define SPLIT_TRANSACTION_IDS_KB KEYBALL_GET_INFO, KEYBALL_GET_MOTION, KEYBALL_SET_CPI

Expand Down
3 changes: 3 additions & 0 deletions qmk_firmware/keyboards/keyball/keyball44/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define SPLIT_HAND_MATRIX_GRID F7, D4
#define SPLIT_USB_DETECT
#define SPLIT_USB_TIMEOUT 500
#ifdef OLED_ENABLE
# define SPLIT_OLED_ENABLE
#endif

#define SPLIT_TRANSACTION_IDS_KB KEYBALL_GET_INFO, KEYBALL_GET_MOTION, KEYBALL_SET_CPI

Expand Down
3 changes: 3 additions & 0 deletions qmk_firmware/keyboards/keyball/keyball46/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define SPLIT_HAND_MATRIX_GRID F6, B5 // for noball
#define SPLIT_USB_DETECT
#define SPLIT_USB_TIMEOUT 500
#ifdef OLED_ENABLE
# define SPLIT_OLED_ENABLE
#endif

#define SPLIT_TRANSACTION_IDS_KB KEYBALL_GET_INFO, KEYBALL_GET_MOTION, KEYBALL_SET_CPI

Expand Down
3 changes: 3 additions & 0 deletions qmk_firmware/keyboards/keyball/keyball61/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define SPLIT_HAND_MATRIX_GRID F7, D7
#define SPLIT_USB_DETECT
#define SPLIT_USB_TIMEOUT 500
#ifdef OLED_ENABLE
# define SPLIT_OLED_ENABLE
#endif

#define SPLIT_TRANSACTION_IDS_KB KEYBALL_GET_INFO, KEYBALL_GET_MOTION, KEYBALL_SET_CPI

Expand Down

0 comments on commit da29d00

Please sign in to comment.