1
0
Fork 0

Remove ONEHAND_ENABLE (#13920)

This commit is contained in:
Joel Challis 2021-08-09 19:46:03 +01:00 committed by GitHub
parent 2617ac6041
commit 7c691d82bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 7 deletions

View file

@ -98,9 +98,6 @@ ifeq ($(strip $(BLUETOOTH)), RN42)
TMK_COMMON_DEFS += -DNO_USB_STARTUP_CHECK
endif
ifeq ($(strip $(ONEHAND_ENABLE)), yes)
SWAP_HANDS_ENABLE = yes # backwards compatibility
endif
ifeq ($(strip $(SWAP_HANDS_ENABLE)), yes)
TMK_COMMON_DEFS += -DSWAP_HANDS_ENABLE
endif