mmccoyd / hillside

Family of split ergonomic keyboards with three rows of five or six keys, aggressive column stagger, generous thumb arc and optional bottom utility keys
MIT License
315 stars 42 forks source link

USB split detect, master/slave is not detected correctly #3

Closed jurgen-kluft closed 2 years ago

jurgen-kluft commented 2 years ago

For my master/slave boards with Pro Micro I had to add the following define into config.h:

define SPLIT_USB_DETECT

This solved the issue of the master not receiving slave key presses since the slave side did not recognize itself correctly as slave.

mmccoyd commented 2 years ago

It seems you are running a much older version of QMK, 0.12.50 instead of the current 0.16. Updating would likely make this addition unnecessary.