diff options
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 cb9d5813cf..34ac78da81 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 |