diff options
| author | Priyadi Iman Nurcahyo | 2017-01-31 23:07:05 +0100 |
|---|---|---|
| committer | Priyadi Iman Nurcahyo | 2017-01-31 23:07:05 +0100 |
| commit | d8a9c63c265869822a77ad5c5cb7c8dfa4ff1f6c (patch) | |
| tree | aef00ec84122c366bfc0e70e7d3190976380685b /tmk_core/protocol/lufa.mk | |
| parent | ec05f654210a01ef82db2ab54e6065783536b802 (diff) | |
Implement runtime selectable output (USB or BT)
Diffstat (limited to 'tmk_core/protocol/lufa.mk')
| -rw-r--r-- | tmk_core/protocol/lufa.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/protocol/lufa.mk b/tmk_core/protocol/lufa.mk index 151d26cbc8..26337cb946 100644 --- a/tmk_core/protocol/lufa.mk +++ b/tmk_core/protocol/lufa.mk @@ -15,6 +15,7 @@ endif LUFA_SRC = lufa.c \ descriptor.c \ + outputselect.c \ $(LUFA_SRC_USB) ifeq ($(strip $(MIDI_ENABLE)), yes) |