mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-09 18:19:08 +00:00
9c02e2ab49
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
5 lines
82 B
Makefile
5 lines
82 B
Makefile
SUBPROJECT_DEFAULT = rev2
|
|
|
|
ifndef MAKEFILE_INCLUDED
|
|
include ../../Makefile
|
|
endif
|