1
0
Fork 0

Merge pull request #921 from Wilba6582/raw_hid

Initial version of Raw HID interface
This commit is contained in:
Jack Humbert 2016-12-05 00:13:37 -05:00 committed by GitHub
commit c87d039839
7 changed files with 224 additions and 12 deletions

View file

@ -50,6 +50,10 @@ ifeq ($(strip $(EXTRAKEY_ENABLE)), yes)
TMK_COMMON_DEFS += -DEXTRAKEY_ENABLE
endif
ifeq ($(strip $(RAW_ENABLE)), yes)
TMK_COMMON_DEFS += -DRAW_ENABLE
endif
ifeq ($(strip $(CONSOLE_ENABLE)), yes)
TMK_COMMON_DEFS += -DCONSOLE_ENABLE
else