mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-06-21 22:25:16 +02:00

if you compare split_util.h with the original project by ahtn, the address we look for isLeftHand config went from addr 7 to addr 10 (decimal). The EEP files were not updated. EE_HANDS should not be enabled by default since it's more confusing for most users
6 lines
82 B
Makefile
6 lines
82 B
Makefile
SUBPROJECT_DEFAULT = rev2
|
|
|
|
ifndef MAKEFILE_INCLUDED
|
|
include ../../Makefile
|
|
endif
|