forked from mirrors/qmk_userspace
Generic Pointing Device (#1767)
This commit is contained in:
parent
ea819268f3
commit
ee13228486
6 changed files with 155 additions and 1 deletions
|
@ -69,6 +69,10 @@ ifeq ($(strip $(FAUXCLICKY_ENABLE)), yes)
|
|||
SRC += $(QUANTUM_DIR)/fauxclicky.c
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(POINTING_DEVICE_ENABLE)), yes)
|
||||
SRC += $(QUANTUM_DIR)/pointing_device.c
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(UCIS_ENABLE)), yes)
|
||||
OPT_DEFS += -DUCIS_ENABLE
|
||||
UNICODE_COMMON = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue