diff options
Diffstat (limited to 'builddefs/common_features.mk')
| -rw-r--r-- | builddefs/common_features.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk index f62b925817..3d01be8205 100644 --- a/builddefs/common_features.mk +++ b/builddefs/common_features.mk | |||
| @@ -643,6 +643,11 @@ ifeq ($(strip $(VIA_ENABLE)), yes) | |||
| 643 | TRI_LAYER_ENABLE := yes | 643 | TRI_LAYER_ENABLE := yes |
| 644 | endif | 644 | endif |
| 645 | 645 | ||
| 646 | ifeq ($(strip $(RAW_ENABLE)), yes) | ||
| 647 | OPT_DEFS += -DRAW_ENABLE | ||
| 648 | SRC += raw_hid.c | ||
| 649 | endif | ||
| 650 | |||
| 646 | ifeq ($(strip $(DYNAMIC_KEYMAP_ENABLE)), yes) | 651 | ifeq ($(strip $(DYNAMIC_KEYMAP_ENABLE)), yes) |
| 647 | SEND_STRING_ENABLE := yes | 652 | SEND_STRING_ENABLE := yes |
| 648 | endif | 653 | endif |
