Skip to content

Commit

Permalink
Update tmk_core/protocol.mk
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan <fauxpark@gmail.com>
  • Loading branch information
ChrisGVE and fauxpark authored Dec 1, 2024
1 parent fad7f83 commit 3ca8651
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tmk_core/protocol.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ SRC += \
$(PROTOCOL_DIR)/usb_device_state.c \
$(PROTOCOL_DIR)/usb_util.c \

ifeq ($(strip $(GLOBE_KEY_ENABLE)), yes)
OPT_DEFS += -DGLOBE_KEY_ENABLE
# The globe key requires KEYBOARD_SHARED_EP
KEYBOARD_SHARED_EP = yes
endif

SHARED_EP_ENABLE = no
MOUSE_SHARED_EP ?= yes
ifeq ($(strip $(KEYBOARD_SHARED_EP)), yes)
Expand Down

0 comments on commit 3ca8651

Please sign in to comment.