diff options
author | milestogo <milestogo@users.noreply.github.com> | 2017-03-06 00:16:44 -0800 |
---|---|---|
committer | milestogo <milestogo@users.noreply.github.com> | 2017-03-06 00:16:44 -0800 |
commit | 2f677c24a8fcf936e92a0a5acfbbf95b5f47fdb7 (patch) | |
tree | 2d5b08cd35616962382bcb7ccf96bcd03752b464 /keyboards/handwired/MS-sculpt-mobile/rules.mk | |
parent | b80c97b712de41871be1a25a30d6ec838ea9eda3 (diff) | |
download | qmk_firmware-2f677c24a8fcf936e92a0a5acfbbf95b5f47fdb7.tar.gz |
working with preprocessor macros for babblepaste
Diffstat (limited to 'keyboards/handwired/MS-sculpt-mobile/rules.mk')
-rw-r--r-- | keyboards/handwired/MS-sculpt-mobile/rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/handwired/MS-sculpt-mobile/rules.mk b/keyboards/handwired/MS-sculpt-mobile/rules.mk index cb9d5813c..34ac78da8 100644 --- a/keyboards/handwired/MS-sculpt-mobile/rules.mk +++ b/keyboards/handwired/MS-sculpt-mobile/rules.mk @@ -1,5 +1,9 @@ #CFLAGS=-D ASTAR +## Project specific files +SRC= babblePaste.c + + ifdef ASTAR OPT_DEFS += -DBOOTLOADER_SIZE=4096 MCU = atmega32u4 |