diff options
| author | poofjunior <seeifyoucanmeetme@gmail.com> | 2015-01-23 15:40:53 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2015-01-23 15:42:13 +0530 |
| commit | d535bf5fde2d49b190913e858ce644c1a50c3c40 (patch) | |
| tree | 41be1fef5f5f787cdc23738e61aacd048db9e9f2 /Teensy.mk | |
| parent | 27ed197accd379d7a19b2f414bb26dea61b8576c (diff) | |
Ability to modify USB_TYPE in Teensy.md
See #313
Diffstat (limited to 'Teensy.mk')
| -rw-r--r-- | Teensy.mk | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -135,8 +135,12 @@ endif ######################################################################## # FLAGS +ifndef USB_TYPE + USB_TYPE = USB_SERIAL +endif + +CPPFLAGS += -DLAYOUT_US_ENGLISH -D$(USB_TYPE) -CPPFLAGS += -DLAYOUT_US_ENGLISH -DUSB_SERIAL CPPFLAGS += $(call PARSE_TEENSY,$(BOARD_TAG),build.option) CXXFLAGS += $(call PARSE_TEENSY,$(BOARD_TAG),build.cppoption) |
